Dies ist das Archiv des alten Forums (bis März 2017). Das aktuelle Forum ist unter https://lilypondforum.de zu finden. This is the archive of the old forum (until March 2017). You can find the current forum at https://lilypondforum.de.
\version "2.19.37"MUSIC = \relative c'' { \repeat volta 2 { a2 c f2. e4 d2 c b1 } \repeat volta 2 { d2 c bes1 c2 a2 bes1 }}\bookpart { \score { \new MensuralStaff { \MUSIC } }}
\version "2.19.38"myLayoutI =\layout { \context { \MensuralStaff \override BarLine.transparent = #(lambda (grob) (if (member (ly:grob-property grob 'glyph-name) '(":..:" ".|:" ":|.")) #f #t)) }}#(define-bar-line "x" "" "" "|")myLayoutII =\layout { \context { \Score defaultBarType = #"" %defaultBarType = #"x" } \context { \MensuralStaff \revert BarLine.transparent }}m =\relative c'' { \repeat volta 2 { a2 c f2. e4 d2 c b1 } \break \repeat volta 2 { d2 c bes1 c2 a2 bes1 }}\score { \new StaffGroup << \new MensuralStaff \m \new MensuralStaff \m >> \layout { \myLayoutI %\myLayoutII }}