Wavy lines - contemporary notation

2021-03-26 Thread Rachel Green
How can I create a wavy line as in this picture? Best, Rachel \relative c { \time 6/4 \clef C \override NoteHead.style = #'harmonic c’1 r4 r4 } Scan Mar 26, 2022.pdf Description: Scan Mar 26, 2022.pdf

Re: Wavy lines - contemporary notation

2021-03-26 Thread Karlin High
On 3/26/2021 2:57 PM, Rachel Green wrote: How can I create a wavy line as in this picture? A past post with code for a "Decaying squiggle" might be a starting point. -- Karlin High Missouri, USA

Re: Wavy lines - contemporary notation

2021-03-26 Thread Jean Abou Samra
Le 26/03/2021 à 20:57, Rachel Green a écrit : How can I create a wavy line as in this picture? Best, Rachel \relative c   {   \time 6/4   \clef C   \override NoteHead.style = #'harmonic   c’1 r4 r4   } Something like this? \version "2.23.2" mySquiggle = \tweak parent-alignment-X #RIGHT \t

Re: Wavy lines - contemporary notation

2021-03-27 Thread Rachel Green
Thank you, Jean! Just what I needed! I tweaked a couple of settings so that the wavy line was centered with the staff and was slightly longer and thicker. mySquiggle = \tweak parent-alignment-X #RIGHT \tweak extra-offset #'(1 . -4.5) ^\markup \override #'(height . 2) \override #'(thickness . 4) \