Code-example:
~~~~
\version "2.19.56"
mus =
\new Staff {
\tempo 8=120
c'2_\markup
\line {
\fontsize #-6 \note-by-number #3 #0 #UP
\fontsize #-4 \note-by-number #3 #0 #UP
\fontsize #-2 \note-by-number #3 #0 #UP
\fontsize #0 \note-by-number #3 #0 #UP
\fontsize #2 \note-by-number #3 #0 #UP
\fontsize #4 \note-by-number #3 #0 #UP
\fontsize #6 \note-by-number #3 #0 #UP
}
}
\score {
\mus
\layout { #(layout-set-staff-size 10) }
}
\score {
\mus
\layout { #(layout-set-staff-size 20) }
}
\score {
\mus
\layout { #(layout-set-staff-size 40) }
}
~~~~
Attachments:
-
[note-by-number-before-patch.png](https://sourceforge.net/p/testlilyissues/issues/_discuss/thread/b1ff3f7a/4dd3/attachment/note-by-number-before-patch.png)
(23.8 kB; image/png)
---
** [issues:#5122] Fix not scaling stem in note-by-number-markup**
**Status:** Started
**Created:** Sun Apr 16, 2017 05:15 PM UTC by Thomas Morley
**Last Updated:** Sun Apr 16, 2017 05:15 PM UTC
**Owner:** Thomas Morley
Fix not scaling stem in note-by-number-markup
Done by calling text-font-size from layout, which defaults to 11.
Then scaling stem-thickness and stem-length by division of
text-font-size through 11.
This ensures a stem-appearance according to the text-properties of
MetronomeMark.
http://codereview.appspot.com/324780043
---
Sent from sourceforge.net because [email protected] is
subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is
a mailing list, you can unsubscribe from the mailing list.------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto