Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
songpro
v0.1.11
Line
Measure
Part
Section
Song
SongPro
Built with Crystal 1.9.2
2023-10-07 20:45:00 UTC
class
Section
Section
Reference
Object
Defined in:
section.cr
Constructors
.new
(name : String)
Instance Method Summary
#lines
: Array(Line)
#lines=
(lines : Array(Line))
#name
: String
#name=
(name : String)
Constructor Detail
def self.
new
(name : String)
#
[
View source
]
Instance Method Detail
def
lines
: Array(
Line
)
#
[
View source
]
def
lines=
(lines : Array(
Line
))
#
[
View source
]
def
name
: String
#
[
View source
]
def
name=
(name : String)
#
[
View source
]