bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Quoting from first measure


From: Helge Kruse
Subject: Quoting from first measure
Date: Fri, 31 Oct 2014 18:26:33 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

Hello,

I have a piece where the first measures are played unisono. This was my first try to use quotes. Unfortunately the Lilypond log outputs a warning:

C:/Users/Helge/Documents/Scores/Editor/Example/quotesample.ly:6:3 <0>: warning: Two simultaneous tempo-change events, junking this one

\tempo 4=90


This can be reproduced with this example:

%----------------------------%
\version "2.18.0"


global = {

  \key g \major

  \tempo 4=90

}


upperHarpI = \relative c'' {

  \global

  c4 c c c

}


\addQuote "harp1u" { \upperHarpI }


upperHarpII = \relative c'' {

  \quoteDuring #"harp1u" { s1 }

}

\score <<

  \new Staff \upperHarpI

  \new Staff \upperHarpII

>>


%----------------------------%


The warning can be suppressed by writing the first note in the upperHarpII and reducing the quote-length by the length of the note. But this is not very elegant.

Regards
Helge






reply via email to

[Prev in Thread] Current Thread [Next in Thread]