Hello- In this example Sometimes the bar line is printed in blank space and other times not. Also even though the staff is stopped I'd really like a brace for the two lines to show.
What do I need to do? I'd rather the bar line didn't show as in measure 3 than it does in measure 1. Thanks Jay \version "2.12.2" \header { title = "Enkidu" composer = "Jay Hamilton" copyright = \markup { \tiny \override #'(baseline-skip . 0.5) \center-column { "CC lic 2.5 some rights reserved Jay Hamilton 2010" "see http://creativecommons.org/licenses/by-nd/2.5/" } } } melody = \relative c' { \set Staff.instrumentName = #"A & B" \clef treble \key c \major \time 4/4 #(set-global-staff-size 25) \override Staff.TimeSignature #' style = #' () \stopStaff \override BarLine #'transparent = ##t \hideNotes c4-\markup {"A:Who are you?"} e e e \break \unHideNotes \startStaff b'4 a b2 \break \stopStaff \hideNotes e4-\markup {"A: you don't look like God"} e e e \break e_\markup {"B: Am I not wrapped in"} e e e e e e e \unHideNotes \startStaff b4 a g8 a b4 \break \bar "|." } \addlyrics { _ _ _ _ B:I am god _ _ _ _ _ _ _ _ _ _ _ _ la- pis laz- u- li? } one = \relative c' { \set Staff.instrumentName = #"Orch." \clef treble \key c \major \time 4/4 #(set-global-staff-size 25) \override Staff.TimeSignature #' style = #' () \hideNotes \stopStaff e1- \markup {\large \bold "Tacet" } e e e e e } \score { \new StaffGroup << \new Staff \melody \new Staff \one >> \layout { ragged-right = ##t \override BarLine #'transparent = ##t \remove "Time_signature_engraver" #(set-default-paper-size "letter" 'landscape) } \midi { } } Yours- Jay Jay Hamilton www.soundand.com 206-328-7694 _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user