[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Possible bug, or I am doing something wrong?
From: |
Sami Amiris |
Subject: |
Possible bug, or I am doing something wrong? |
Date: |
Tue, 5 Jun 2012 16:18:33 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Please run this, it is self-explanatory. It is an issue with autochange and
beaming. Is it me, or a bug?
\version "2.14.2"
\score
{
\new PianoStaff
<<
\new Staff = "up"
{
\key des \major
\time 7/8
\clef treble
\set Timing.beatStructure = #'(7)
\autochange {
\relative c'
{
\stemUp{
\bar "|:"
ges8 aes bes c des ees f |
\bar
":|" \cadenzaOn ges1 \cadenzaOff \bar "|."
}
}}
}
\new Staff = "down"
{
\key des \major
\clef bass
\autochange {
\relative c
{\stemDown{
ges8 aes bes c des ees f |
\cadenzaOn ges1 \cadenzaOff
}}
}
}
>>
\header
{
subtitle = ##f
subsubtitle = ##f
piece = \markup{Correct split beaming of the
two
hands. R.H. "\\relative" c' -- L.H. "\\relative" c}
}
}
\score
{
\new PianoStaff
<<
\new Staff = "up"
{
\key des \major
\time 7/8
\clef treble
\set Timing.beatStructure = #'(7)
\autochange {
\relative c''
{
\stemUp{
\bar "|:"
ges8 aes bes c des ees f |
\bar
":|" \cadenzaOn ges1 \cadenzaOff \bar "|."
}
}}
}
\new Staff = "down"
{
\key des \major
\clef bass
\autochange {
\relative c'
{\stemDown{
ges8 aes bes c des ees f |
\cadenzaOn ges1 \cadenzaOff
}}
}
}
>>
\header
{
subtitle = ##f
subsubtitle = ##f
piece = \markup{\column{\justify{Incorrect non-
split beaming of the two hands into one "\"octave\"" pattern, if the R.H. is
"\\relative" to c'' or higher, no matter the L.H. In the example the code is
same as above, only the "\"relative\"" notes are changed. Here R.H.
"\\relative"
c'' -- L.H. "\\relative" c'}}}
}
}
- Possible bug, or I am doing something wrong?,
Sami Amiris <=
- Re: Possible bug, or I am doing something wrong?, David Kastrup, 2012/06/05
- Re: Possible bug, or I am doing something wrong?, Janek WarchoĊ, 2012/06/05
- Re: Possible bug, or I am doing something wrong?, Sami Amiris, 2012/06/05
- Re: Possible bug, or I am doing something wrong?, Sami Amiris, 2012/06/06
- Re: Possible bug, or I am doing something wrong?, David Kastrup, 2012/06/06
- Re: Possible bug, or I am doing something wrong?, Sami Amiris, 2012/06/06
- Re: Possible bug, or I am doing something wrong?, David Kastrup, 2012/06/06
- Re: Possible bug, or I am doing something wrong?, Sami Amiris, 2012/06/06
- Re: Possible bug, or I am doing something wrong?, Colin Hall, 2012/06/06