lilypond-user
[Top][All Lists]
Advanced

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

"Mensurstriche" (barlines between systems) and Repeat signs.


From: Bernhard Kleine
Subject: "Mensurstriche" (barlines between systems) and Repeat signs.
Date: Fri, 1 Feb 2019 11:37:18 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

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
address@hidden
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


reply via email to

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