The LilyPond Snippet Repository ♪♫

What's this? Searching the LSR Browse Contributing Snippet database

Results 1−10 of 78 for staffgroup

Repeat-bar-lines with angle-wings for whole StaffGroup (automatic and semi-automatic) [obsolete in 2.25.26] [0.33929]

Repeat-bar-lines with angle-wings for whole StaffGroup (automatic and semi-automatic) [obsolete in 2.25.26]

…wings to certain bar lines of an entire StaffGroup, relying on the new-defined property tip. To activate …

…using " "\\override BarLine.tip = #'auto" } } \score { \new StaffGroup << \new Staff \with { \override BarLine.tip = #'auto } { \… …at the same time are possible" } } \score { << \new StaffGroup << \new Staff \with { \override BarLine.tip = #'up } \… …with { \override BarLine.tip = #'down } \mus >> \new StaffGroup << \new Staff \mus \new Staff \mus \new Staff \…

Repeat-bar-lines with angle-wings for whole StaffGroup (automatic and semi-automatic) [obsolete in 2.25.26]

Repeat-bar-lines with angle-wings for whole StaffGroup (manually) [0.32143]

Repeat-bar-lines with angle-wings for whole StaffGroup (manually)

…add angle-wings to the BarLines of an entire StaffGroup. It is done manually by applying the here-defined …

…alternate repeat barline output in a StaffGroup:" \new StaffGroup << \new Staff \relative c' { \set Score.startRepeatBarType = #"[|… …override Staff.BarLine.stencil = #ly:bar-line::print #}))) %%% Test: \new StaffGroup << \new Staff \relative c' { c4 d e f \…

Repeat-bar-lines with angle-wings for whole StaffGroup (manually)

Removing connecting bar lines on StaffGroup, PianoStaff, or GrandStaff [0.28571]

Removing connecting bar lines on StaffGroup, PianoStaff, or GrandStaff

By default, bar lines in StaffGroup, PianoStaff, or GrandStaff groups are connected between the …

\relative c' { \new StaffGroup << \new Staff { e1 | e \once \override Staff.BarLine.…

Removing connecting bar lines on StaffGroup, PianoStaff, or GrandStaff

Vertically aligned StaffGroups without connecting SystemStartBar [0.21429]

…vertically aligned StaffGroups with a SystemStartBar for each StaffGroup, but without connecting them.

…indent = 0 ragged-right = ##f print-all-headers = ##t } \layout { \context { \StaffGroup \consists Text_mark_engraver \consists Staff_collecting_engraver … …Staff << \new Voice \sbIII \new Voice \sbIV >> >> % Third StaffGroup "chromatic Bach" cbI = \relative c' { \textMark \markup { \bold "… …e4 a,2.\fermata \bar ":|." } chromaticBach = \new StaffGroup = "chromatic Bach" << \new Staff << \new Voice \cbI \new …

Vertically aligned StaffGroups without connecting SystemStartBar

Orchestra, choir and piano template [0.21205]

This template demonstrates the use of nested StaffGroup and GrandStaff contexts to sub-group instruments of the …

…key g \major g,1 b } \score { << \new StaffGroup = "StaffGroup_woodwinds" << \new Staff = "Staff_flute" \with { instrumentName = "… …tenor" \tenorMusic \new Lyrics \lyricsto "tenor" { \tenorLyrics } >> \new StaffGroup = "StaffGroup_strings" << \new GrandStaff = "GrandStaff_violins" << \new Staff = "Staff_…

Orchestra, choir and piano template

Displaying a whole GrandStaff system if only one of its staves is alive [0.20536]

…the grouper (e.g., a GrandStaff or a StaffGroup). In the example the violins are silent in …

\score { << \new StaffGroup = "StaffGroup_woodwinds" << \new Staff = "Staff_flute" \with { instrumentName = "… …c c | c c c c | \break } } >> \new StaffGroup = "StaffGroup_Strings" << \new GrandStaff = "GrandStaff_violins" << \new Staff = "StaffViolinI" \…

Displaying a whole GrandStaff system if only one of its staves is alive

Using marklines in a Frenched score [0.20536]

…alive_together_engraver can be used within each StaffGroup to keep the MarkLine alive only as long …

…VerticalAxisGroup.remove-empty = ##t \override VerticalAxisGroup.remove-layer = ##f } \context { \StaffGroup \accepts MarkLine \consists Keep_alive_together_engraver } \context { \… …Winds" } << \new MarkLine \bars \new Staff \winds >> \new StaffGroup = "brass" << \new MarkLine \bars \new Staff = "trumpet" \with { … …trombone" \with { instrumentName = "Trombone" shortInstrumentName = "Tbn" } \trombone >> \new StaffGroup = "strings" \with { instrumentName = "Strings" shortInstrumentName = "Strings" } << \new MarkLine \…

Using marklines in a Frenched score

Staff brackets [0.19643]

…Staffs can be nested in various combinations. Here, StaffGroup and ChoirStaff produce similar straight brackets, whereas GrandStaff …

…137 myMusic = { c' d' e' f' } \score { << \new StaffGroup << \new Staff \myMusic \new StaffGroup << \new Staff \myMusic \new GrandStaff << \new Staff \myMusic \… …Staff \myMusic >> \new ChoirStaff << \new Staff \myMusic \new StaffGroup << \new Staff \myMusic >> \new Staff \myMusic >> >> \new ChoirStaff << \…

Staff brackets

Nesting staves [0.19643]

…more complex nested staff groups. The command \set StaffGroup.systemStartDelimiterHierarchy takes an alphabetical list of the number …

\new StaffGroup \relative c'' << \override StaffGroup.SystemStartSquare.collapse-height = 4 \set StaffGroup.systemStartDelimiterHierarchy = #'(SystemStartSquare (SystemStartBrace (SystemStartBracket a (SystemStartSquare b) ) …

Nesting staves

Use square bracket at the start of a staff group [0.17857]

…be used by setting it explicitly in a StaffGroup or ChoirStaff context.

\score { \new StaffGroup { << \set StaffGroup.systemStartDelimiter = #'SystemStartSquare \new Staff { c'4 d' …

Use square bracket at the start of a staff group

1 2 3 4 5 6 7 8 Next ⇨