bug-lilypond
[Top][All Lists]
Advanced

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

Re: RehearsalMark and Barline placement at the beginning of a line


From: Phil Holmes
Subject: Re: RehearsalMark and Barline placement at the beginning of a line
Date: Fri, 25 Jun 2010 10:19:54 +0100

"Xavier Scheuer" <address@hidden> wrote in message news:address@hidden
%% RehearsalMark at begin of line should not be printed above the Clef
%%
%% but instead like if there was an "invisible" BarLine just before the
%% note (i.e. after Clef and KeySignature).

\version "2.13.23"

%% BAD (current output)

\score {
 \relative c' {
   \repeat unfold 8 c1 \break
   \mark \default
   \repeat unfold 8 c1
 }
}


%% ALMOST GOOD RESULT
%% using a repeat to show where the "invisible" BarLine should be

%% but I'd like "A" to be on the same horizontal line as "B" by default
%% I think there should be a bigger space between the Clef and the
%% invisible or repeat Barline when the KeySignature has no accidentals
%% (NB: this is an issue about placement of "repeat" or "pseudo" BarLine
%% when at beginning of a line)
%%
%% see following output (adding a KeySignature with accidentals)

\score {
 \relative c' {
   \repeat unfold 8 c1 \break
   \repeat volta 2 {
     \mark \default
     \repeat unfold 4 c1
     \mark \default
     \repeat unfold 4 c1
   }
 }
}


%% REALLY GOOD

\score {
 \relative c' {
   \key a \major
   \repeat unfold 8 c1 \break
   \repeat volta 2 {
     \mark \default
     \repeat unfold 4 c1
     \mark \default
     \repeat unfold 4 c1
   }
 }
}

Added to the tracker: http://code.google.com/p/lilypond/issues/detail?id=1150



--
Phil Holmes
Bug Squad






reply via email to

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