bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1223 in lilypond: doc for score-final mark mangles score-final tup


From: lilypond
Subject: Issue 1223 in lilypond: doc for score-final mark mangles score-final tuplet bracket
Date: Mon, 16 Aug 2010 17:37:59 +0000

Status: Started
Owner: PhilEHolmes
Labels: Type-Documentation Priority-Medium

New issue 1223 by percival.music.ca: doc for score-final mark mangles score-final tuplet bracket
http://code.google.com/p/lilypond/issues/detail?id=1223

issue 573:

% The score-final mark badly mangles the score-final tuplet bracket:

% Actually, mark direction can be either up or down,
% but appears more clearly with the mark set down.

\version "2.11.37"

\new Staff {
   \set tupletFullLength = ##t
   %% next line is required!
   % \override TupletBracket #'full-length-to-extent = ##f
   \time 1/8
   \times 2/3 { c'16 c'16 c'16 }
   \times 2/3 { c'16 c'16 c'16 }
   \times 2/3 { c'16 c'16 c'16 }
   \override Score.RehearsalMark #'break-visibility = ##(#t #t #t)
   \override Score.RehearsalMark #'direction = #down
   \override Score.RehearsalMark #'break-align-symbol =  #'clef
   \override Score.RehearsalMark #'self-alignment-X = #right
   \mark "Composed Feb 2007 - Feb 2008"
}


This issue was fixed with an extra option. That option should be explained in a snippet. The snippet should be added directly to LSR, tagged with "docs" and "rhythms", and imported into lilypond.

Phil Holmes is responsible for this.





reply via email to

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