Re: Customize \RemoveEmptyStaves

2018-07-16 Thread Pierre Perol-Schneider
Hi Marcos, How about using tags ? %% \version "2.18.2" music = { a1 | b4 a8 g b2 | R1 | % no Remove a1 | b4 a8 g b2 | \tag #'yes R1*2 | % yes Remove a1 | b4 a8 g b2 | R1 | % no Remove f1 | } \new Staff \music \new Staff \removeWithTag #'yes \music %% 2018-07-17 7:06 GMT+02:00

Re: Customize \RemoveEmptyStaves

2018-07-16 Thread Helge Kruse
Marcos Press schrieb am Di., 17. Juli 2018, 02:58: > Is there any way to set RemoveEmptyStaves just for SKIP's or when the > rest/skip is larger than 1 (one) bar? > > { > a1 | b4 a8 g b2 | > R1 | % no Remove > a1 | b4 a8 g b2 | > R1*2 | % yes Remove > a1 | b4 a8 g b2 | > R1 | % no Remove > f1 |

Customize \RemoveEmptyStaves

2018-07-16 Thread Marcos Press
Is there any way to set RemoveEmptyStaves just for SKIP's or when the rest/skip is larger than 1 (one) bar? { a1 | b4 a8 g b2 | R1 | % no Remove a1 | b4 a8 g b2 | R1*2 | % yes Remove a1 | b4 a8 g b2 | R1 | % no Remove f1 | } Thanks! Marcos. ___

Re: Lilypond fails after system upgrade.

2018-07-16 Thread Peter Terpstra
Peter Terpstra wrote: > On many documents (not all) i get now this error: > warning: > `(gs -q -dSAFER -dDEVICEWIDTHPOINTS=612.00 -dDEVICEHEIGHTPOINTS=792.00 > -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite > -sOutputFile=./Etude-nr.8.pdf -c.setpdfwrite -fEtude-nr.8.ps)'

Re: Use of variables to add lyrics

2018-07-16 Thread Aaron Hill
On 2018-07-16 07:18, Michael Hendry wrote: I had tried creating a variable for each \column’s contents, and then for the \fill-line section, and lost heart when I got error messages from the compiler. By any chance, were you attempting to do something like this? foo = \column { "abc"

Re: Partcombine not working for orchestral parts?

2018-07-16 Thread Ben
On 7/13/2018 2:25 PM, Kieren MacMillan wrote: Hi Ben, I probably confused you with my wording, sorry! I just meant it's above the staff when it's supposed to be (in rare situations where dynamics are technically different between the same instrument parts)...and then it's below for the part

Re: Use of variables to add lyrics

2018-07-16 Thread Michael Hendry
> On 16 Jul 2018, at 12:39, Torsten Hämmerle wrote: > > Dear Michael, > > I can't see why you shouldn't be able to set up variables containing markup... > In the following example (admittedly not as minimal as it could be), I've > declared a two-column lyrics markup variable named \lyr along

Re: Use of variables to add lyrics

2018-07-16 Thread Torsten Hämmerle
Dear Michael, I can't see why you shouldn't be able to set up variables containing markup... In the following example (admittedly not as minimal as it could be), I've declared a two-column lyrics markup variable named \lyr along with the variable \mus containing the melody. Even "Bb version"

Use of variables to add lyrics

2018-07-16 Thread Michael Hendry
Dear ‘ponders, I’m currently cleaning up leadsheets for a few summer Dixieland jazz band gigs, providing concert, Bb and Eb versions, along with a vocalist’s version if necessary (just a concert-pitch version with the lyrics appended to the end). I’m able to use variables for the Head and the

Re: More spacing troubles.

2018-07-16 Thread Hwaen Ch'uqi
Greetings Andrew, Thank you so much for slogging through my code and for the solution! Hwaen Ch'uqi On 7/16/18, Andrew Bernard wrote: > Hi Hwaen, > > \fill-line spreads out text evenly spaced across a line. You don't need it. > Also, if you want to specify indents, one way to do so is to use