|
From: | Auto mailings of changes to Lily Issues |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #4928 Add a a 'maximum' slope value to TupletBracket |
Date: | Mon, 11 Jul 2016 09:53:27 +0000 |
[issues:#4928] Add a a 'maximum' slope value to TupletBracket
Status: New
Created: Mon Jul 11, 2016 09:53 AM UTC by pkx166h
Last Updated: Mon Jul 11, 2016 09:53 AM UTC
Owner: nobody
LilyPond's tuplet bracket algorithm seems to not have a specific maximum
slope for its brackets, and can produce things like this:
\version "2.19.37"
{
\tuplet 5/4 { <f'' c'''="">16 d'4 }
\tuplet 5/4 { <f'' d'''="">16 d'4 }
\tuplet 5/4 { <f'' e'''="">16 d'4 }
\tuplet 5/4 { <f'' f'''="">16 d'4 }
\tuplet 5/4 { <f'' g'''="">16 d'4 }
\tuplet 5/4 { <f'' a'''="">16 d'4 }
\tuplet 5/4 { <f'' b'''="">16 d'4 }
\tuplet 5/4 { <f'' c'''''="">16 d'4 }
}
http://lilypond.1069038.n5.nabble.com/file/n192503/22.png
If there would be a maximum slope, the results could be something like this:
\version "2.19.37"
{
\once \override TupletBracket.positions = #'(6 . 4)
\tuplet 5/4 { <f'' c'''="">16 d'4 }
\once \override TupletBracket.positions = #'(6.5 . 4.5)
\tuplet 5/4 { <f'' d'''="">16 d'4 }
\once \override TupletBracket.positions = #'(7 . 5)
\tuplet 5/4 { <f'' e'''="">16 d'4 }
\once \override TupletBracket.positions = #'(7.5 . 5.5)
\tuplet 5/4 { <f'' f'''="">16 d'4 }
\once \override TupletBracket.positions = #'(8 . 6)
\tuplet 5/4 { <f'' g'''="">16 d'4 }
\once \override TupletBracket.positions = #'(8.5 . 6.5)
\tuplet 5/4 { <f'' a'''="">16 d'4 }
\once \override TupletBracket.positions = #'(9 . 7)
\tuplet 5/4 { <f'' b'''="">16 d'4 }
\once \override TupletBracket.positions = #'(13 . 11)
\tuplet 5/4 { <f'' c'''''="">16 d'4 }
}
http://lilypond.1069038.n5.nabble.com/file/n192503/21.png
Elaine Gould writes in her Behind Bars (pp. 196--197):
"Angle of brackets
Groups without beams
Brackets may slant in the direction of the tuplet's outer pitches
The angle of slant should not be too acute; match an equivalent beam slant
Alternatively, brackets may remain horizontal. For a line of undulating
groups this avoids the visual distraction of many sloping brackets"
So what do you think about adding a maximum slope value to TupletBracket?
Maybe something similar to the slope of beams?
Originally discussed here:
http://lilypond.1069038.n5.nabble.com/tuplet-bracket-slope-td192294.html
Cheers,
Gilberto
Sent from sourceforge.net because address@hidden 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.
------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |