Re: Is there a short way of forcing a particular octave?

2016-12-20 Thread Andrew Bernard
Hi All, On 21 December 2016 at 09:49, Gianmaria Lari wrote: > I suggest also to give a try to avoid the "\relative" and to use absolute > octave entry. > ​+2 :-) I used to use relative and found in large scores that when I went back to correct things large sections

Re: Is there a short way of forcing a particular octave?

2016-12-20 Thread Kieren MacMillan
Hi all, > On Dec 20, 2016, at 5:49 PM, Gianmaria Lari wrote: > I suggest also to give a try to avoid the "\relative" and to use absolute > octave entry. +1 Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email:

Re: \fixed absolute octave entry without brackets

2016-12-20 Thread Simon Albrecht
On 21.12.2016 00:57, Simon Albrecht wrote: On 21.12.2016 00:23, Gianmaria Lari wrote: Is there any way to avoid this additional bracket? It’s funny how for the second time in 7 hours I get to reply with \resetRelativeOctave Oh man, I need to go to sleep. Obviously, since you’re using

Re: \fixed absolute octave entry without brackets

2016-12-20 Thread Simon Albrecht
On 21.12.2016 00:23, Gianmaria Lari wrote: Is there any way to avoid this additional bracket? It’s funny how for the second time in 7 hours I get to reply with \resetRelativeOctave :-) I already made a patch to document it in the NR. Best, Simon

\fixed absolute octave entry without brackets

2016-12-20 Thread Gianmaria Lari
Few months ago I switched from relative to absolute octave entry. In the rare cases I need to write very high or very low octave notes and consequently I need to write too much single quote ( ' ) or comma ( , ) I use the "\fixed" function that I just discovered (before I was using "\transpose")

Re: Scaling global staff size without scaling Lyrics in LilyPond version 2.18.2.

2016-12-20 Thread Alexander Kobel
Hi Miroslaw. On 2016-12-20 21:11, Mirosław Doroszewski wrote: \version "2.18.2" \include "deutsch.ly" %{ Scaling global staff size without scaling Lyrics in LilyPond version 2.18.2. 1. It can be happen: when font size is set for lyrics, that titles are smaller then lyrics. a) I do not know

Re: Is there a short way of forcing a particular octave?

2016-12-20 Thread Gianmaria Lari
Ciao Peter, I know this is a totally different story but I suggest also to give a try to avoid the "\relative" and to use absolute octave entry. It takes some weeks to get used but in my opinion it is more easy to manage code in this way. IMHO "\relative" is too much prone to annoying mistakes

Re: Problems with using \bookpart

2016-12-20 Thread Timothy Lanfear
How about this? \version "2.19.48" \language "english" printScore = ##t printMvtOne = ##t printMvtTwo = ##t #(if (and printScore (or printMvtOne printMvtTwo)) (ly:parser-include-string "\\include \"testprint.ily\"")) On 20/12/16 21:57, David Sumbler wrote: I am still

Re: Temporarily combine two Voices on the same Staff

2016-12-20 Thread Simon Albrecht
On 20.12.2016 22:54, H. S. Teoh wrote: I'm typesetting some complex polyphonic music, and have 3 Voices sharing the same Staff. In the middle of the bar, the top two Voices share the same rhythm, so I'd like to combine stems beams on them just for 2 beats, and have them be treated independently

Temporarily combine two Voices on the same Staff

2016-12-20 Thread H. S. Teoh
I'm typesetting some complex polyphonic music, and have 3 Voices sharing the same Staff. In the middle of the bar, the top two Voices share the same rhythm, so I'd like to combine stems beams on them just for 2 beats, and have them be treated independently again afterwards. There is a 3rd Voice on

Problems with using \bookpart

2016-12-20 Thread David Sumbler
I am still experimenting with constructing a file structure which makes sense to me for more complex works.  I have come quite a long way with it and discovered some interesting things. But \bookpart seems to cause problems. The following works: File: test.ly % \version "2.19.48" \language

Re: Mutable pronouns in Lyrics

2016-12-20 Thread Simon Albrecht
On 20.12.2016 21:25, Br. Samuel Springuel wrote: To put it another way, I'd like the variables heshe et al. to raise an error if they are used in a score which does not have a \keepWithTag command applied Maybe try a bar check? I think they work in lyrics as well. Best, Simon

Re: Moving of lyrics in LilyPond version 2.18.2.

2016-12-20 Thread Kieren MacMillan
Hello, Here’s a modified snippet which, I believe, solves the problem you asked about about. I also took the liberty of adjusting the coding for a more traditional/appropriate use of hyphens, and so forth. Hope this helps! Kieren. SNIPPET BEGINS \version "2.19.50" t = { \bar "" } lewe

Re: Mutable pronouns in Lyrics

2016-12-20 Thread Br. Samuel Springuel
On 2016-12-20 3:00 PM, Simon Albrecht wrote: you can just omit these tests and trust that the \keepWithTag mechanism will work properly :-) Because it does – the pronouns show up correctly. Indeed, the tag mechanism does fine at keeping just the pronouns I want. I'm not trying to solve that

Putting marks over bar lines in LilyPond version 2.18.2.

2016-12-20 Thread Mirosław Doroszewski
\version "2.18.2" \include "deutsch.ly" %{ Putting marks over bar lines in LilyPond version 2.18.2. 1. When mark is put over bar line, it is placed centrally by default. But sometimes there is need to place the mark left or right aligned, i.e. in repeats. 2. I tried do so according to manuals

Re: Mutable pronouns in Lyrics

2016-12-20 Thread Simon Albrecht
On 20.12.2016 20:42, Br. Samuel Springuel wrote: idea of a tag set One more hint: In case you need tags for another independent (orthogonal) purpose as well (say: different paper formats), you could use something like \tagGroup male,female,neutral \tagGroup aFour,letter on top level in

Re: Mutable pronouns in Lyrics

2016-12-20 Thread Simon Albrecht
On 20.12.2016 20:42, Br. Samuel Springuel wrote: #(if (eqv? test 1) (error "more then one pronoun") (set! test 1)) Hello Samuel, you can just omit these tests and trust that the \keepWithTag mechanism will work properly :-) Because it does – the pronouns show up correctly. If you were to

Re: Mutable pronouns in Lyrics

2016-12-20 Thread Br. Samuel Springuel
In trying to implement the idea of a tag set, I came up with the following: % \version "2.19.53" gender = #'male % manually set to male, female, neutral #(define test 0) heshe = \lyricmode { \tag #'male { he #(set! test 1) } \tag #'female { she #(if (eqv? test 1) (error "more

Re: Is there a short way of forcing a particular octave?

2016-12-20 Thread Simon Albrecht
On 20.12.2016 19:04, Peter Toye wrote: Pity it isn't in the text part of either the learning or notation reference manual. You have to know about it in order to find it. That needs to be changed. :-) Best, Simon

Re: Is there a short way of forcing a particular octave?

2016-12-20 Thread Peter Toye
Simon, Exactly so. Thanks. Pity it isn't in the text part of either the learning or notation reference manual. You have to know about it in order to find it. Which isn't really the point of a tutorial manual. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com

Re: Is there a short way of forcing a particular octave?

2016-12-20 Thread Simon Albrecht
On 20.12.2016 17:39, Peter Toye wrote: Is there a short way of forcing a particular octave? I tend to enter my music using the \relative notation. I want make sure, especially after a complicated set of new voices or a frequently-used music pattern that's been put into a variable, that the

Is there a short way of forcing a particular octave?

2016-12-20 Thread Peter Toye
I tend to enter my music using the \relative notation. I want make sure, especially after a complicated set of new voices or a frequently-used music pattern that's been put into a variable, that the next note will be in the correct octave. I know that I can do an \octaveCheck but this throws up

Re: Automatic Lyric Extenders

2016-12-20 Thread Br. Samuel Springuel
On 2016-12-20 5:04 AM, Alexander Kobel wrote: Great. Just out of curiosity (and because we need to pick a default of the equivalent variable for the release version at some point): which value for minimum-length did you prefer? I'm using 0 at the moment. I may lengthen that later, but I

Re: convert-ly oddities

2016-12-20 Thread Peter Toye
Thomas, I've checked using the Windows command line and the spurious newlines don't occur. It's presumably a Frescobaldi issue, so I'll go to Wilbert for more help. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Monday, December 19, 2016, 10:15:41 PM,

Re: restNeutral equivalent?

2016-12-20 Thread damianlegassick
> On 20 Dec 2016, at 14:09, Phil Holmes wrote: > > - Original Message - From: "damianlegassick" > To: > Sent: Tuesday, December 20, 2016 2:00 PM > Subject: restNeutral equivalent? > > >> Hello all >> >> I have

Re: restNeutral equivalent?

2016-12-20 Thread Phil Holmes
- Original Message - From: "damianlegassick" To: Sent: Tuesday, December 20, 2016 2:00 PM Subject: restNeutral equivalent? Hello all I have some music in a variable which will be transposed. The transposition means that some clef

restNeutral equivalent?

2016-12-20 Thread damianlegassick
Hello all I have some music in a variable which will be transposed. The transposition means that some clef changes mid-variable will be necessary. I’m trying to use an additional voice for the clef changes, but it leaves the rests in voice 1 all at the same vertical height. Any ideas how I

Re: Better slashed graces

2016-12-20 Thread Gilberto Agostinho
Hi Andrew, Thanks for your reply! Andrew Bernard wrote > You may not be aware of my detailed work on slashed beams and slashed > stems > that I recently contributed to openlilylib. Theres a function that > provides > fine control over the parameters of beam slashes, and which works on the >

Re: Any idea what this error message means?

2016-12-20 Thread ptoye
David Wright wrote > At first glance, it looks as if the problem might be caused by the > last line of lilypond/usr/bin/ps2pdfwr which looks like: > > exec "$GS_EXECUTABLE" $OPTIONS -q -P- -dNOPAUSE -dBATCH -sDEVICE=pdfwrite > -sstdout=%stderr "-sOutputFile=$outfile" $OPTIONS -c .setpdfwrite -f >

Re: Automatic Lyric Extenders

2016-12-20 Thread Alexander Kobel
On 2016-12-20 02:44, Br. Samuel Springuel wrote: On 2016-12-19 6:27 PM, Simon Albrecht wrote: I actually meant using an include file like the attached and not having to add the music function locally at all. Beautiful - didn't know that this was possible at all. #(set!