Adding notes to the notes of a melody: Difference between revisions

Import snippet from LSR
 
m New category
 
(2 intermediate revisions by 2 users not shown)
Line 12: Line 12:
Note that with this function, you can easily create some other useful functions. For example, a function \doubleOctave is shown here. This doubles each note with the note an octave higher.
Note that with this function, you can easily create some other useful functions. For example, a function \doubleOctave is shown here. This doubles each note with the note an octave higher.


<lilypond version="2.24.0">
<lilypond version="2.24">
%% http://lsr.di.unimi.it/LSR/Item?u=1&id=761
%% http://lsr.di.unimi.it/LSR/Item?u=1&id=761
%% see also http://lsr.di.unimi.it/LSR/Item?u=1&id=545
%% see also http://lsr.di.unimi.it/LSR/Item?u=1&id=545
Line 324: Line 324:
[[Category:Syntax and expressions]]
[[Category:Syntax and expressions]]
[[Category:Preparing parts]]
[[Category:Preparing parts]]
[[Category:Snippet]]