lilypond-user
[Top][All Lists]
Advanced

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

Re: turning a blind eye to dotted note


From: bb
Subject: Re: turning a blind eye to dotted note
Date: Mon, 29 Jan 2018 15:16:53 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

There was such a lot of information in all the responses, thanks.

http://lilypond.org/doc/v2.19/Documentation/learning/bar-lines-and-bar-checks.en.html
Bar lines
Bar checks
I have read this and I think to understand.

\cadenzaOn does not set or check barlines and opens freedom to the user, nice, I used that already.

Let me come back to my original example:
\version "2.19.80"
mus = \relative { d4  cis8  c8  b8. ais8  a  gis }
<<
  \new Voice \mus
>>

The point in the example is, that there is one 16th to much in the bar, not one missing. If I count, I get 17/16 in the bar! And I wonder that lilypond is seting automatically a barline after that 17/16 without complaining? In my understanding that is wrong!

What I would do or awaiting lilypond to do is splitting up that last 8th note into 2 16th note and connect it with a tie! Than this is a correct notation. The "math", 16/16 in one bar with 4/4 is right.
http://lilypond.org/doc/v2.19/Documentation/learning/ties-and-slurs.en.html

\version "2.19.80"
mus = \relative c'' {
d4  cis8  c8  b8. ais8  a  gis16 (gis16)
}
<<
  \new Voice \mus
>>

Regards



Am 29.01.2018 um 10:56 schrieb Urs Liska:


Am 29.01.2018 um 10:53 schrieb Blöchl Bernhard:
In my limited knowledge of music I think that bar is wrong because of the dotted 8th note?

Regards


%\version "2.19.80"
\version "2.18.20"
mus = \relative c'' {
d4  cis8  c8  b8. ais8  a  gis
}
<<
  \new Voice \mus




Indeed, it is, and therefore you see that space to the right of the barline. This represents the second half of the last eighth note.
Urs

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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