I have the following and cannot find a way to have the repeat/volta
signs displayed:

\version "2.19.82"
\language "deutsch"
\layout {
  \context {
    \Voice
    \consists "Melody_engraver"
    \override Stem #'neutral-direction = #'()
  }
}
global = {
  \hide Staff.BarLine
  \key c \major
  \time 3/4
  \tempo 4=100
}
sopranoVoice = \relative c'' {
  \global
  \dynamicUp
  % Die Noten folgen hier.
  \repeat volta 2 { c4 a h | c2 c4 | e f d
  \undo \hide Staff.BarLine \bar ":|."
  }
  \hide Staff.BarLine e d c h2 h4
  \undo \hide Staff.BarLine \bar "|."
}
verseSopranoVoiceOne = \lyricmode {
  % Liedtext folgt hier.
  \set stanza = #"1. "
 }
sopranoVoicePart = \new Staff \with {
  instrumentName = "Sopran"
  shortInstrumentName = "S."
} { \sopranoVoice }
mezzoSopranoVoicePart = \new Staff \with {
  instrumentName = "Mezzosopran"
  shortInstrumentName = "Ms."
} { \sopranoVoice }
alle = \new StaffGroup {
<<
  \sopranoVoicePart
  \mezzoSopranoVoicePart 
>>
}
\score {
  <<
    \alle
  >>
  \layout { }
}


-- 
spitzhalde9
D-79853 lenzkirch
bernhard.kle...@gmx.net
www.b-kleine.com, www.urseetal.net
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to