Problems with acciaccatura in cue voice

2016-11-24 Thread Peter Toye
I'm trying to get an acciaccatura in a cue for a single staff on a two-stave score, and it's not working. Here's a shortish snippet. If you comment out the acciaccatura it works OK. If you comment out the second staff it works OK. There seems to be some unwanted interaction by which the acciacca

Re: Problems with acciaccatura in cue voice

2016-11-24 Thread Richard Shann
You have to put a dummy grace note in the other parts: \version "2.18.2" \language "english" WaltzThreePartOne = { \clef tenor \key bf \major \time 3/4 \relative c' { << r4 \new CueVoice { \cueClef "treble" { \stemUp \acciaccatura {8 }

Re: Problems with acciaccatura in cue voice

2016-11-24 Thread David Kastrup
Richard Shann writes: > \relative c' { > \acciaccatura s8 r4 bf bf > } That's a bad idea since it will produce a slur (I think). Just \grace s8 will eat up the same amount of time without graphical output. -- David Kastrup ___ lilypond-user

Re: Problems with acciaccatura in cue voice

2016-11-24 Thread Peter Toye
Richard, David, Brilliant! Thanks to both of you. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Thursday, November 24, 2016, 2:02:45 PM, you wrote: > Richard Shann writes: >> \relative c' { >> \acciaccatura s8 r4 bf bf >> } > That's a bad idea

Re: Problems with acciaccatura in cue voice

2016-11-24 Thread Richard Shann
On Thu, 2016-11-24 at 15:02 +0100, David Kastrup wrote: > Richard Shann writes: > > > \relative c' { > > \acciaccatura s8 r4 bf bf > > } > > That's a bad idea since it will produce a slur (I think). Oh yes! it does, I was trying this by hand (in Frescobaldi). Denemo automatically insert

Re: Problems with acciaccatura in cue voice

2016-11-24 Thread David Kastrup
Richard Shann writes: > On Thu, 2016-11-24 at 15:02 +0100, David Kastrup wrote: >> Richard Shann writes: >> >> > \relative c' { >> > \acciaccatura s8 r4 bf bf >> > } >> >> That's a bad idea since it will produce a slur (I think). > > Oh yes! it does, I was trying this by hand (in Fresc

Re: Problems with acciaccatura in cue voice

2016-11-24 Thread Richard Shann
On Thu, 2016-11-24 at 17:37 +0100, David Kastrup wrote: > Richard Shann writes: > > > On Thu, 2016-11-24 at 15:02 +0100, David Kastrup wrote: > >> Richard Shann writes: > >> > >> > \relative c' { > >> > \acciaccatura s8 r4 bf bf > >> > } > >> > >> That's a bad idea since it will produc

Re: Header fields in custom footer

2016-11-24 Thread Noeck
Dear Andrew, thanks for your reply. But I think that's not the point. My example was too minimal as I assumed that it does not matter if I put it in a \markup or in the footer properties of the paper block. So my question remains: How can I use string manipulations and header properties in my foo

Re: request for help: huge score

2016-11-24 Thread Thomas Morley
2016-11-23 18:53 GMT+01:00 Jean-Charles Malahieude : > Le 23/11/2016 à 11:30, Thomas Morley a écrit : >> >> Hi all, >> >> currently there's some ongoing heavy work to make LilyPond work with >> guilev2. >> >> I'd like to test the current state with a huge score, something like >> an entire sinfony

Re: request for help: huge score

2016-11-24 Thread Noeck
Dear all, even though that was not the OP's intention to get a collection of beautiful LilyPond scores, I'd like to express that I am impressed by all the engravers' work. You produced really nice scores. And thanks for sharing them with this list. I remember the Requiem by Karl, but in general th

RE: Header fields in custom footer

2016-11-24 Thread Andrew Bernard
Hi Joram, As mentioned in my previous post, you have to use the function in LSR 467, or something similar. This function makes header variables available outside the header block. If you don't use it, you can't easily see them. Andrew == snip \version "2.19.51" #(define-markup-command (markupW

Re: [Spam] request for help: huge score

2016-11-24 Thread Thomas Morley
2016-11-23 12:33 GMT+01:00 Rutger Hofman : > You can check if my typeset of Berg's Adagio (Kammerkonzert) works. It is > here: http://imslp.org/wiki/Kammerkonzert_(Berg,_Alban) then under the list > of parts, there is a zip with the source, with a Makefile to build score and > all parts (make -j s

Re: [Spam] request for help: huge score

2016-11-24 Thread David Kastrup
Thomas Morley writes: > 2016-11-23 12:33 GMT+01:00 Rutger Hofman : >> You can check if my typeset of Berg's Adagio (Kammerkonzert) works. It is >> here: http://imslp.org/wiki/Kammerkonzert_(Berg,_Alban) then under the list >> of parts, there is a zip with the source, with a Makefile to build scor