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
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 }
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo