Re: System in different colors

2012-04-11 Thread uunail
parts). My problem however is, that the barline between my part 2 and three is already shown in the color of the part 3 where I think it is defined and belongs to part 2. Regards Uwe -- View this message in context: http://old.nabble.com/System-in-different-colors-tp33660259p33668611.html Sent

Re: System in different colors

2012-04-11 Thread David Nalesnik
don't all add up. \version 2.14.2 #(set-global-staff-size 18.65) \header { title = System in different colors } \language deutsch staffVoice = \new Staff { \set Score.tempoHideNote = ##t \time 2/2 \key f \major \clef treble \tempo 2=78 \relative

Re: System in different colors

2012-04-11 Thread Thomas Morley
-global-staff-size 18.65) \header { title = System in different colors } \language deutsch staffVoice = \new Staff { \set Score.tempoHideNote = ##t \time 2/2 \key f \major \clef treble \tempo 2=78 \relative c' { \context Voice

Re: System in different colors

2012-04-11 Thread -Eluze
in context: http://old.nabble.com/System-in-different-colors-tp33660259p33669429.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Re: System in different colors

2012-04-11 Thread uunail
. By moving the \override behind the first notes in the last part (as David suggested), the override only worked for the then following barline which is how I wanted it to be. Thanks again =) Uwe -- View this message in context: http://old.nabble.com/System-in-different-colors-tp33660259p33670406.html

Re: System in different colors

2012-04-11 Thread David Nalesnik
Hi Harm, how about inserting: \override Staff.BarLine #'layer = #10 in the \layout and \once \override Staff.BarLine #'X-extent = #'(-0 . 0.5) for the problematic BarLine. Think it should do the trick: Aha! Works beautifully. --David ___

Re: System in different colors

2012-04-11 Thread David Nalesnik
Hi Eluze, I believe the issue here is that the barline is considered to _begin_ the new measure rather than end the old one. I can't think of a way around this except what James suggests. (Then there's the issue of the staff lines underneath the bar line, to which I don't have a ready

System in different colors

2012-04-10 Thread uunail
: \version 2.14.2 #(set-global-staff-size 18.65) \header { title = System in different colors } \language deutsch staffVoice = \new Staff { \set Score.tempoHideNote = ##t \time 2/2 \key f \major \clef treble \tempo 2=78 \relative c

Re: System in different colors

2012-04-10 Thread James
almost fine with only one little thing that I want to have changed: \version 2.14.2 #(set-global-staff-size 18.65) \header {        title = System in different colors } \language deutsch staffVoice = \new Staff {        \set Score.tempoHideNote = ##t        \time 2/2        \key f \major