Re: Music function help

2022-10-01 Thread Mark Probert
Indeed it is, Aaron! Thank you! I have to admit the disposition, or not, of braces confuses me. Seems like they are optional in some places, and not in others, such as here. Is there a rule behind when they are needed? On Sun, Oct 2, 2022 at 1:48 PM Aaron Hill wrote: > On 2022-10-01 7:36 pm,

Re: Music function help

2022-10-01 Thread Aaron Hill
On 2022-10-01 7:36 pm, Mark Probert wrote: I'm just starting to play more with music functions and obviously haven't got something. I'm want to create a basic substitution-style function to create a vocal portamento. The code I have so far doesn't work correctly and I wonder if someone can

Music function help

2022-10-01 Thread Mark Probert
Hi. I'm just starting to play more with music functions and obviously haven't got something. I'm want to create a basic substitution-style function to create a vocal portamento. The code I have so far doesn't work correctly and I wonder if someone can point me in the right direction. TIA ---<

Re: Need help with two tweaks

2022-10-01 Thread Valentin Petzel
Hello Sam, for 1) you can do something like \layout { \context { \Staff \remove Dot_column_engraver } \context { \Voice \consists Dot_column_engraver } } << { 2. } \\ { \once \override NoteColumn.force-hshift = #2.5 2. } >> This is not as dynamic as we’d want it to

Re: Need help with two tweaks

2022-10-01 Thread Lukas-Fabian Moser
Hi Sam, *Tweak 2* current result: tweak-2-ties.jpg soprano line:  | bf2 af4 | alto line:  | f( ef) c | tenor line:  || bass line: | g2 d4 | problem: I want to add a slur between the two 1st tenor notes and another one between the two second tenor notes. Please always give a

Need help with two tweaks

2022-10-01 Thread Sam Carmalt
Hi - I can't figure out how to tweak two bits of my score so it looks the way I want. *Tweak 1* current result [image: tweak-1-dots.jpg] current code soprano line: bf4 | 2.| 2. alto line: 4 | \once \override NoteColumn.force-hshift = #2.0 2. | \once \override NoteColumn.force-hshift = #1.7 2.