lilypond-user-fr
[Top][All Lists]
Advanced

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

Où placer le \new Choirstaff?


From: bameylan
Subject: Où placer le \new Choirstaff?
Date: Mon, 29 Mar 2010 06:07:15 -0800 (PST)

Bonjour à tous,

je cherche à relier 2 portées de voix avec un crochet, mais je ne trouve pas
où placer le \new ChoirStaff, tous mes essais se soldent par un refus de
LilyPond (2.13.16)

Voici la deuxième partie du code, après les notes:

[...]
tenorVoicePart = \new Staff \with { \override StaffSymbol #'thickness = #1.5
}{ \clef "treble_8" \tenorVoice }
\addlyrics { \verseTenorVoice }

bassVoicePart = \new Staff \with { \override StaffSymbol #'thickness = #1.5
}{ \clef bass \bassVoice }
\addlyrics { \verseBassVoice }

organPart = <<
  \new PianoStaff \with { \override StaffSymbol #'thickness = #1.5 }
  <<
    \new Staff = "right" << \rightOne \\ \rightTwo >>
    \new Staff = "left" { \clef bass \left }
  >>
  \new Staff = "pedal" \with { \override StaffSymbol #'thickness = #1.5 }{
\clef bass \pedal }
>>

\score {
  <<
    \tenorVoicePart
    \bassVoicePart
    \organPart
  >>
  \layout { }
}

Merci pour vos réactions.

Bernard
-- 
View this message in context: 
http://n2.nabble.com/Ou-placer-le-new-Choirstaff-tp4818088p4818088.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.




reply via email to

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