Chords with stretched fingering for FretBoards and TabVoice: Difference between revisions

No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Sometimes chords with a stretched fingering are required. If not otherwise specified the context-property <code>maximumFretStretch</code> is set to <code>4</code>, though. Resulting in a warning about &quot;No string for pitch ...&quot; and the note is omitted. You may set <code>maximumFretStretch</code> to an approppriate value or explecitely assign string-numbers to all notes of a chord.
Sometimes chords with a stretched fingering are required. If not otherwise specified the context property <code>maximumFretStretch</code> is set to value&nbsp;4, though, resulting in a warning about “No string for pitch ...”, and the note is omitted. You may set <code>maximumFretStretch</code> to an approppriate value or explicitly assign string numbers to all notes of a chord to fix that.


<lilypond version="2.24">
<lilypond version="2.24">
%% The code below will print two warnings, which may be omitted by uncommenting:
% The code below prints two warnings for the second chord,
%#(for-each (lambda (x) (ly:expect-warning "No string for pitch")) (iota 2))
% which may be omitted by uncommenting the following line.
%
% #(for-each (lambda (x) (ly:expect-warning "No string for pitch")) (iota 2))


mus = {  
mus = {  
Line 19: Line 21:
</lilypond>
</lilypond>


[[Category:Chords]]
[[Category:Fretted strings]]
[[Category:Specific notation]]
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Fretted strings]]
[[Category:Snippet]]
[[Category:Chords]]
[[Category:Specific notation]][[Category:Snippet]]