bug-lilypond
[Top][All Lists]
Advanced

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

Re: Break-align-symbol has no effect


From: Graham Percival
Subject: Re: Break-align-symbol has no effect
Date: Mon, 20 Aug 2007 20:46:41 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

Joe Neeman wrote:
I found the problem: sections 8.1.4 and 8.2.3 duplicate information and I only updated section 8.1.4. The attached patch replaced the duplicated information in 8.2.3 with a link to 8.1.4 -- can I apply it?
Yes, please.  (sorry for the delay)
- Graham



------------------------------------------------------------------------

From a0586cb52eb2245453d7b3320fe4ee5a3e4547e5 Mon Sep 17 00:00:00 2001
From: Joe Neeman <address@hidden>
Date: Wed, 15 Aug 2007 09:17:17 +1000
Subject: [PATCH] Refer to Text Marks from Rehearsal Marks instead of 
duplicating information.

---
 Documentation/user/advanced-notation.itely |   35 +++++++--------------------
 1 files changed, 9 insertions(+), 26 deletions(-)

diff --git a/Documentation/user/advanced-notation.itely 
b/Documentation/user/advanced-notation.itely
index 214d1c8..547a362 100644
--- a/Documentation/user/advanced-notation.itely
+++ b/Documentation/user/advanced-notation.itely
@@ -371,6 +371,11 @@ bar lines,
 }
 @end lilypond
+Possible symbols for the @code{break-align-symbols} list are
address@hidden, @code{breathing-sign}, @code{clef}, @code{custos},
address@hidden, @code{left-edge}, @code{key-cancellation},
address@hidden, and @code{time-signature}.
+
 The text marks will, by default, be aligned with the middle of the notation
 object, but this can be changed by overriding the
 @code{break-align-anchor-alignment} and
@@ -392,9 +397,10 @@ object, but this can be changed by overriding the
   \once \override Staff.KeySignature #'break-align-anchor-alignment = #RIGHT
   \mark \default
   ces1
+  \key cis \major
- % the RehearsalMark will be aligned with the right edge of the KeySignature
-  % and then shifted right by an additional 2 units.
+  % the RehearsalMark will be aligned with the left edge of the KeySignature
+  % and then shifted right by 2 units.
   \once \override Staff.KeySignature #'break-align-anchor = #2
   \mark \default
   ces1
@@ -1085,30 +1091,7 @@ c1
 See @ref{The Feta font}, for a list of symbols which may be
 printed with @code{\musicglyph}.
-The horizontal location of rehearsal marks can be adjusted by
-setting @code{break-align-symbol}
-
address@hidden,quote,ragged-right,verbatim,relative]
-c1
-\key cis \major
-\clef alto
-\override Score.RehearsalMark #'break-align-symbols = #'(key-signature)
-\mark "on-key"
-cis
-\key ces \major
-\override Score.RehearsalMark #'break-align-symbols = #'(clef)
-\clef treble
-\mark "on clef"
-ces
address@hidden lilypond
-
address@hidden may also accept the following values:
address@hidden, @code{breathing-sign}, @code{clef}, @code{custos},
address@hidden, @code{left-edge}, @code{key-cancellation},
address@hidden, and @code{time-signature}.  Setting
address@hidden will only have an effect if the symbol
-appears at that point in the music.
-
+For common tweaks to the positioning of rehearsal marks, see @ref{Text marks}.
@seealso





reply via email to

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