Re: Can't figure out breaks in ensemble scores

2021-10-01 Thread Carlos Martinez
Thank you! That work! Although I am still having one part that need to figure out one space…. But the score looks great now! Thanks! > On Oct 1, 2021, at 21:12, Ralph Palmer wrote: > > Greetings, Carlos Martinez - > > On Fri, Oct 1, 2021 at 4:08 PM Carlos Martinez > mailto:car...@newsoundmus

Re: Can't figure out breaks in ensemble scores

2021-10-01 Thread Ralph Palmer
Greetings, Carlos Martinez - On Fri, Oct 1, 2021 at 4:08 PM Carlos Martinez < car...@newsoundmusicstudio.com> wrote: > Hi, > > I am not able to figure out how to manage the breaks in the score > generated by different files. > > I have setup the different files or parts example: Violin I, II Cell

Can't figure out breaks in ensemble scores

2021-10-01 Thread Carlos Martinez
Hi, I am not able to figure out how to manage the breaks in the score generated by different files. I have setup the different files or parts example: Violin I, II Cello and Viola.. The score appears when I use \include. But the way it lays it out it goes like this Layout of the score…. 2

Re: lyric start

2021-10-01 Thread Valentin Petzel
Hello, Simply use \set includeGraceNotes = ##t in the lyrics to have lyrics set the grace notes. Please note that for technical reasons you need to set such changes one syllable before the first one that should have the change, which makes it quite impossible to use this when the first note has

Re: lyric start

2021-10-01 Thread Knute Snortum
On Fri, Oct 1, 2021 at 12:00 PM Thomas Morley wrote: > > http://lilypond.org/website/tiny-examples.html > Just to expand on Thomas Morley's post. Everyone on this list is a volunteer. People kindly take time out of their busy schedules to offer advice on LilyPond. Since their time is worth so

Re: lyric start

2021-10-01 Thread Thomas Morley
Am Fr., 1. Okt. 2021 um 20:53 Uhr schrieb Mahanidhi : > > In this music the third line as two grace notes. The lylirc automatically > starts from the note and not from the grace note.What's the code to tell > Lilypand to start fron the grace note? > Thank you. > > CODE: > \version "2.22.1" > \lan

lyric start

2021-10-01 Thread Mahanidhi
In this music the third line as two grace notes. The lylirc automatically starts from the note and not from the grace note.What's the code to tell Lilypand to start fron the grace note? Thank you. CODE: \version "2.22.1" \language "english" \header { title = " Jāgo āmār swapan" arranger = "1971

Re: Beams over rests

2021-10-01 Thread Paul Hodges
Thanks - adjusting the Stem.details.beamed-length as required did the job, though as you say it requires adjustment for each individual case. So I gritted my teeth and did it - there were 54 instances (less than I would have guessed actually), so it was quite manageable. To my surprise, mostly

Re: Moving tuplet brackets

2021-10-01 Thread Paul Hodges
This was so simple, and just works as required, except for one thing. Using priority 2000 puts the brackets above tempo indications and other markup; I used Leo's value of 750 which did it exactly right. Leo's additional "avoid-scripts" and "avoid-slur" overrides were not needed, in my case at lea

Re: Related notes

2021-10-01 Thread Leo Correia de Verdier
Somewhat apart from the original subject, would there be a way to make lilypond assume there should be beams between all notes shorter than a quarter unless a beam break is specified when auto beaming is off, something like the opposite of the default behavior? > 1 okt. 2021 kl. 15:25 skrev Leo

Re: Related notes

2021-10-01 Thread Leo Correia de Verdier
As you are writing the music in 4/4 time and merely hiding the barlines the beaming still behaves as in an (otherwise invisible) 4/4. The first three 32nd happen to fall in the same beat and are beamed together. The in the second group the second 32nd falls on the downbeat and the first note is

Re: How to get warnings for unused parts of a file?

2021-10-01 Thread Jean Abou Samra
Le 01/10/2021 à 15:05, David Kastrup a écrit : Right. Sorry. No need to be sorry. Just happens. It's not like there is no potential for confusion, cf. commits 662c549602 and e12ee4107c0… Jean

Re: How to get warnings for unused parts of a file?

2021-10-01 Thread David Kastrup
Jean Abou Samra writes: > Le 01/10/2021 à 14:09, David Kastrup a écrit : >> $*undefined* > > I think you mean > > $*unspecified* Right. Sorry. -- David Kastrup

Re: How to get warnings for unused parts of a file?

2021-10-01 Thread Jean Abou Samra
Le 01/10/2021 à 14:09, David Kastrup a écrit : $*undefined* I think you mean $*unspecified* Jean

Re: How to get warnings for unused parts of a file?

2021-10-01 Thread David Kastrup
"Omid Mo'menzadeh" writes: > Thank you for your reply. This is working, but like this: > main = #(if (not (defined? 'is-loaded-file)) > #{ > \score { \vocal } > #} > ) > > \main > > Any idea why it wouldn't work without defining the main variable? It's fine > for me, but I don't get why t

Re: How to get warnings for unused parts of a file?

2021-10-01 Thread Leo Correia de Verdier
Funny! I have no idea. Smarter people on this list will certainly know, though. > 1 okt. 2021 kl. 13:31 skrev Omid Mo'menzadeh : > > Thank you for your reply. This is working, but like this: > main = #(if (not (defined? 'is-loaded-file)) > #{ > \score { \vocal } > #} > ) > > \main >

Re: How to get warnings for unused parts of a file?

2021-10-01 Thread Omid Mo'menzadeh
Thank you for your reply. This is working, but like this: main = #(if (not (defined? 'is-loaded-file)) #{ \score { \vocal } #} ) \main Any idea why it wouldn't work without defining the main variable? It's fine for me, but I don't get why the following snippet does not work for me: #(if (

Re: Related notes

2021-10-01 Thread Leo Correia de Verdier
You have put the bracket in the wrong place, in lilypond you do not put the opening bracket before the first node in the group, but after, the same way you would write a slur. \version "2.22.1" \language "english" \relative c' { bf32[ df ef ] } Also, please make your code examples small, just

Re: Related notes

2021-10-01 Thread Lukas-Fabian Moser
Hi Mahanidhi, Am 01.10.21 um 12:50 schrieb Mahanidhi: I've to join the notes "*bf32 df ef*" before the bar of the first line as the three notes of equal duration on the same line and in the next one but it doesn't happen automatically. I tried with [ ] butthe stile is different. I'm not sure

Related notes

2021-10-01 Thread Mahanidhi
Hi, I've to join the notes "bf32 df ef" before the bar of the first line as the three notes of equal duration on the same line and in the next one but it doesn't happen automatically. I tried with [ ] butthe stile is different. Code without brackets: \version "2.22.1" \language "english" \header

Re: voiceOne and oneVoice

2021-10-01 Thread Leo Correia de Verdier
While this is certainly useful, one should be aware of what is happening. With the syntax soprano.1 = c’4 you are not defining a variable soprano.1 as c’4, you are defining the value corresponding to key 1 in an alist that is the value of variable soprano. This can be very powerful, useful an

Re: addlyric

2021-10-01 Thread Lukas-Fabian Moser
Hi Mahanidhi, Am 01.10.21 um 11:44 schrieb Mahanidhi: I'm having trouble inserting the lyrics. If they are whole words no problem but if the words are broken like: mu-sic it is very difficult to have them exactly under the corresponding note. to insert the lyric I use the command addlyric{} T

addlyric

2021-10-01 Thread Mahanidhi
Hello everyone, I'm having trouble inserting the lyrics. If they are whole words no problem but if the words are broken like: mu-sic it is very difficult to have them exactly under the corresponding note. to insert the lyric I use the command addlyric{} Thanks for the help. Mahanidhi Sent with [