lilypond-user
[Top][All Lists]
Advanced

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

forced bream overridden by acciatura?


From: Helge Kruse
Subject: forced bream overridden by acciatura?
Date: Sun, 29 Jul 2012 08:58:45 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

I am typesetting a modern piece with a lot of meter changes. Additionally I want to keep the original layout while I am editing the score. Therefor I defined a timeline and a breaks block. I got a mystic warning that puzzled me:

warning: forced break was overridden by some other event, should you be using bar checks?

Bar checks did not gave any help. I experimented with block comments to identify the line(s) that caused the warning. Finally I found that this warning vanishes when I don't use the \acciatura after the \break.

- Can I keep my concept of manual breaks and avoid this warning? The acciatura is part of the music and should not be removed.
- Is there a way to isolate this without try and error?

Regards,
Helge


\version "2.15.38"


timeline = {
  %49
  \time 12/8    s8*12 | \bar "||"
  %50
  \time 9/8    s8*9 | s8*9 | s8*9 |
}

breaks = {
  %49
  s8*12 |
  s8*9 | \break
}

up = \relative c' {
  %49
  dis4. e fis g |
  %50 9/8
  a! g fis |
  \acciaccatura{b8}a4. g fis8 g a |
% without  \acciaccatura there is no warning:
%  a4. g fis8 g a |
}

\score {
  \new Staff=up { << \timeline \breaks \up >> }
}




reply via email to

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