Re: Strange warning during partcombine

2013-07-31 Thread James Worlton
Answered my own question. It's issue 245, so it's been around for quite a while. Sorry for the noise. James W On Wed, Jul 31, 2013 at 1:01 PM, James Worlton wrote: > I should add that the error also appears when using \times 2/3 in place of > \tuplet 3/2 > > James Worlton > > > On Wed, Jul 31,

Re: Strange warning during partcombine

2013-07-31 Thread James Worlton
I should add that the error also appears when using \times 2/3 in place of \tuplet 3/2 James Worlton On Wed, Jul 31, 2013 at 12:58 PM, James Worlton wrote: > This simple example shows an error in the console: > > \version "2.17.22" > notesA = \relative c' { > e4 \tuplet 3/2 { e8 e e } e2 > }

Strange warning during partcombine

2013-07-31 Thread James Worlton
This simple example shows an error in the console: \version "2.17.22" notesA = \relative c' { e4 \tuplet 3/2 { e8 e e } e2 } notesB = \relative c' { c4 \tuplet 3/2 { c8 c c } c2 } \score { \new Staff { \partcombine \notesA \notesB } } The console shows: "warning: No tuplet to end c4

Re: strange warning

2008-02-27 Thread Mats Bengtsson
e file, the log file has a strange warning sometimes I meet only in orchestral output: warning: Can't fit systems on page -- ignoring between-system-padding Could someone tell me what's wrong with my file? Haipeng -

strange warning

2008-02-26 Thread hhpmusic
Hi, This is the opening of my first grand sonata describing the life of the great boatmen in Three Gorges of Yangtze River. After Processing the file, the log file has a strange warning sometimes I meet only in orchestral output: warning: Can't fit systems on page -- ignoring between-s

Re: Very simple but strange Warning

2007-09-23 Thread Gilles THIBAULT
Hi, I have a very little problem... This is the code... \version "2.10.10" \relative c'' { { \key c \major \time 4/4 c2 \appoggiatura d8 c2 \prall %WARNING c2 \appoggiatura d8 c2 \turn %ok c2 \appoggiatura d8 c2 \trill %ok c2 \appoggiatura d8 c2 \fermata %ok } } Hi. No

Very simple but strange Warning

2007-09-22 Thread Antonio
Hi, I have a very little problem... This is the code... \version "2.10.10" \relative c'' { { \key c \major \time 4/4 c2 \appoggiatura d8 c2 \prall %WARNING c2 \appoggiatura d8 c2 \turn %ok c2 \appoggiatura d8 c2 \trill %ok c2 \appoggiatura d8 c2 \fermata %ok } } Only for \p