Next: Staff symbol, Previous: Unmetered music, Up: Staff notation
Many scores consist of more than one staff. These staves can be joined in four different ways
\new GrandStaff \relative << \new Staff { c1 c } \new Staff { c c } >>
\new StaffGroup \relative << \new Staff { c1 c } \new Staff { c c } >>
\new ChoirStaff \relative << \new Staff { c1 c } \new Staff { c c } >>
\relative << \new Staff { c1 c } \new Staff { c c } >>
The bar lines at the start of each system are SystemStartBar, SystemStartBrace, and SystemStartBracket. Only one of these types is created in every context, and that type is determined by the property systemStartDelimiter.
System start delimiters may be deeply nested,
\new StaffGroup \relative << \set StaffGroup.systemStartDelimiterHierarchy = #'(SystemStartSquare (SystemStartBracket a (SystemStartSquare b)) d) \new Staff { c1 } \new Staff { c1 } \new Staff { c1 } \new Staff { c1 } \new Staff { c1 } >>
Next: Staff symbol, Previous: Unmetered music, Up: Staff notation
Cette page documente LilyPond-2.11.28 (branche de développement).
Rapporter toute anomalie en français à lilypond-user-fr@gnu.org ou en anglais à http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs
Your suggestions for the documentation are welcome.