diff options
author | Phil Holmes <mail@philholmes.net> | 2013-02-02 15:23:08 +0000 |
---|---|---|
committer | Phil Holmes <mail@philholmes.net> | 2013-02-02 15:24:52 +0000 |
commit | 0859431a3b2a6c36b2fee643563c6fd914fe9884 (patch) | |
tree | bf6e971e7cdcd1b5d3e06198ee587c6015aabbe3 /Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly | |
parent | e797772ef677c797c169b7096a28f6a5959353ef (diff) |
LSR updates
Diffstat (limited to 'Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly')
-rw-r--r-- | Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly b/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly index d529d28669..89be0cb1d5 100644 --- a/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly +++ b/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly @@ -25,7 +25,7 @@ tuplet marking. This can be overcome by setting @code{TupletBracket \tuplet 3/2 { c'16 c'16 c'16 } \tuplet 3/2 { c'16 c'16 c'16 } \tuplet 3/2 { c'16 c'16 c'16 } - \override Score.RehearsalMark.break-visibility = ##(#t #t #t) + \override Score.RehearsalMark.break-visibility = #'#(#t #t #t) \override Score.RehearsalMark.direction = #DOWN \override Score.RehearsalMark.self-alignment-X = #RIGHT % due to issue 2362 the following line is commented @@ -43,7 +43,7 @@ tuplet marking. This can be overcome by setting @code{TupletBracket \tuplet 3/2 { c'16 c'16 c'16 } \tuplet 3/2 { c'16 c'16 c'16 } \tuplet 3/2 { c'16 c'16 c'16 } - \override Score.RehearsalMark.break-visibility = ##(#t #t #t) + \override Score.RehearsalMark.break-visibility = #'#(#t #t #t) \override Score.RehearsalMark.direction = #DOWN \override Score.RehearsalMark.self-alignment-X = #RIGHT % due to issue 2362 the following line is commented |