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

Unified Diff: input/regression/markup-note-grob-style.ly

Issue 328050043: Change \note markup command to get a duration
Patch Set: Run scripts/auxiliar/update-with-convert-ly.sh Created 6 years, 8 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 | « input/regression/markup-note-dot.ly ('k') | input/regression/tuplet-number-kneed-beam-horizontal-fit.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/markup-note-grob-style.ly
diff --git a/input/regression/markup-note-grob-style.ly b/input/regression/markup-note-grob-style.ly
index d40aee871898772fbe3d72ac5b7f4d8ca984df2c..2ec9d636830b3a496ebaf5efe0a6b35e9c0092df 100644
--- a/input/regression/markup-note-grob-style.ly
+++ b/input/regression/markup-note-grob-style.ly
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.19.65"
\header {
texidoc = "The @code{'style} property from grobs such as
@@ -12,9 +12,9 @@ the default note head style for @code{\\note} and
#(lambda (grob)
(grob-interpret-markup grob
(markup #:override '(baseline-skip . 0)
- #:column (#:number "2" #:note "2" DOWN))))
+ #:column (#:number "2" #:note (ly:make-duration 1 0) DOWN))))
\override TextSpanner.bound-details.left.text =
- \markup { \note #"16" #UP }
+ \markup { \note {16} #UP }
c1\startTextSpan
c1\stopTextSpan
}
« no previous file with comments | « input/regression/markup-note-dot.ly ('k') | input/regression/tuplet-number-kneed-beam-horizontal-fit.ly » ('j') | no next file with comments »

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