Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(762)

Unified Diff: Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly

Issue 6635050: Make arguments like Context.GrobName accessible as symbol lists (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Allow \override Accidental.color = #red (dot between grob and property) Created 12 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Documentation/snippets/page-label.ly ('k') | Documentation/snippets/pitches-headword.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly
diff --git a/Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly b/Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly
index 10206bee1747ced898086fd68285ea01000773d7..0e8590c7ac4ee8b727caf97d4eff276a6e2bfd8c 100644
--- a/Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly
+++ b/Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly
@@ -4,7 +4,7 @@
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
\header {
lsrtags = "rhythms, version-specific"
@@ -25,7 +25,7 @@ tuplets have to be beamed manually.
% Permit line breaks within tuplets
\remove "Forbid_line_break_engraver"
% Allow beams to be broken at line breaks
- \override Beam #'breakable = ##t
+ \override Beam.breakable = ##t
}
}
\relative c'' {
« no previous file with comments | « Documentation/snippets/page-label.ly ('k') | Documentation/snippets/pitches-headword.ly » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b