lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Dessus divisés


From: Francesco Intrieri
Subject: Dessus divisés
Date: Sat, 14 Nov 2020 10:48:35 +0100

Hello lilypond community !

I need some help regarding the following situation: I'm transcribing some instrumental french music, where the dessus are at some point divided. I would like to insert a brace where the division begins, as shown in the picture. Here is the structure of my systems :

ABASco = {
  <<
    \new PianoStaff
      <<
        \tag #'score \new Staff << \ABAGlobal \ABADessusA >>
        \tag #'score \new Staff << \ABAGlobal \ABADessusB >>
      >>
      \tag #'score \new Staff << \ABAGlobal \ABAHauteContre >>
      \tag #'score \new Staff << \ABAGlobal \ABATaille >>
      \tag #'score \new Staff << \ABAGlobal \ABAQuinte >>
      \tag #'score \new Staff << \ABAGlobal \ABAContinuo >>
  >>
}

ABAScore = \score {
  \new ChoirStaff \with { \RemoveEmptyStaves } \keepWithTag #'score \ABASco
  \layout { }
}

Thanks for your help !
Cheers !

Francesco.

Attachment: Pages extraites sans titre.pdf
Description: Adobe PDF document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]