Controlling the placement of chord fingerings: Difference between revisions

Import snippet from LSR
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
These properties can be set to a list of one to three values. They control whether fingerings may be placed above (if <code>up</code> appears in the list), below (if <code>down</code> appears), to the left (if <code>left</code> appears), or to the right (if <code>right</code> appears). Conversely, if a location is not listed, no fingering is placed there. LilyPond takes these constraints and works out the best placement for the fingering of the notes of the following chords. Note that <code>left</code> and <code>right</code> are mutually exclusive – fingerings may be placed only on one side or the other, not both.
These properties can be set to a list of one to three values. They control whether fingerings may be placed above (if <code>up</code> appears in the list), below (if <code>down</code> appears), to the left (if <code>left</code> appears), or to the right (if <code>right</code> appears). Conversely, if a location is not listed, no fingering is placed there. LilyPond takes these constraints and works out the best placement for the fingering of the notes of the following chords. Note that <code>left</code> and <code>right</code> are mutually exclusive – fingerings may be placed only on one side or the other, not both.


<lilypond version="2.24.0">
<lilypond version="2.24">
\relative c' {
\relative c' {
   \set fingeringOrientations = #'(left)
   \set fingeringOrientations = #'(left)
Line 24: Line 24:
</lilypond>
</lilypond>


[[Category:Chords]]
[[Category:Editorial annotations]]
[[Category:Expressive marks]]
[[Category:Expressive marks]]
[[Category:Editorial annotations]]
[[Category:Fretted strings]]
[[Category:Keyboards]]
[[Category:Specific notation]]
[[Category:Specific notation]]
[[Category:Keyboards]]
[[Category:Chords]]
[[Category:Fretted strings]]
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]