Barcheck failed (Lilypond)
up vote
3
down vote
favorite
This piano excerpt is somewhere in movement two of "Trio élégiaque No. 2 in D minor, Op.9 (Rachmaninoff, Sergei)".
Listen here:
or here:
Here's a small portion (considered as fair use here) from a sheet of that excerpt.
I am trying to re-create this in LilyPond. But somehow this last es'''2
doesn't show up in the right measure. It should start in the next measure.
I have inputted it as:
<< {
es'''2
} \ {
r16
} \ >>
See the current result:
notation lilypond
New contributor
add a comment |
up vote
3
down vote
favorite
This piano excerpt is somewhere in movement two of "Trio élégiaque No. 2 in D minor, Op.9 (Rachmaninoff, Sergei)".
Listen here:
or here:
Here's a small portion (considered as fair use here) from a sheet of that excerpt.
I am trying to re-create this in LilyPond. But somehow this last es'''2
doesn't show up in the right measure. It should start in the next measure.
I have inputted it as:
<< {
es'''2
} \ {
r16
} \ >>
See the current result:
notation lilypond
New contributor
Actually barcheck failed is a strong indication, that you got the meter wrong or had notes too few/too many within the bar. I fail to recognize, what videos could help here and suggest IMSLP instead.
– guidot
Nov 15 at 15:03
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
This piano excerpt is somewhere in movement two of "Trio élégiaque No. 2 in D minor, Op.9 (Rachmaninoff, Sergei)".
Listen here:
or here:
Here's a small portion (considered as fair use here) from a sheet of that excerpt.
I am trying to re-create this in LilyPond. But somehow this last es'''2
doesn't show up in the right measure. It should start in the next measure.
I have inputted it as:
<< {
es'''2
} \ {
r16
} \ >>
See the current result:
notation lilypond
New contributor
This piano excerpt is somewhere in movement two of "Trio élégiaque No. 2 in D minor, Op.9 (Rachmaninoff, Sergei)".
Listen here:
or here:
Here's a small portion (considered as fair use here) from a sheet of that excerpt.
I am trying to re-create this in LilyPond. But somehow this last es'''2
doesn't show up in the right measure. It should start in the next measure.
I have inputted it as:
<< {
es'''2
} \ {
r16
} \ >>
See the current result:
notation lilypond
notation lilypond
New contributor
New contributor
edited Nov 15 at 13:03
Richard
35.3k677151
35.3k677151
New contributor
asked Nov 15 at 8:13
Vincent Mia Edie Verheyen
1184
1184
New contributor
New contributor
Actually barcheck failed is a strong indication, that you got the meter wrong or had notes too few/too many within the bar. I fail to recognize, what videos could help here and suggest IMSLP instead.
– guidot
Nov 15 at 15:03
add a comment |
Actually barcheck failed is a strong indication, that you got the meter wrong or had notes too few/too many within the bar. I fail to recognize, what videos could help here and suggest IMSLP instead.
– guidot
Nov 15 at 15:03
Actually barcheck failed is a strong indication, that you got the meter wrong or had notes too few/too many within the bar. I fail to recognize, what videos could help here and suggest IMSLP instead.
– guidot
Nov 15 at 15:03
Actually barcheck failed is a strong indication, that you got the meter wrong or had notes too few/too many within the bar. I fail to recognize, what videos could help here and suggest IMSLP instead.
– guidot
Nov 15 at 15:03
add a comment |
1 Answer
1
active
oldest
votes
up vote
9
down vote
accepted
The music is in 3/4, so the time signature in your LilyPond work is wrong. Correct it and the software should render the Eb in the correct place.
I don't have the hardware available currently to test this, but I assume this to be correct. What code to insert exactly please?
– Vincent Mia Edie Verheyen
16 hours ago
time 3/4, see lilypond.org/doc/v2.18/Documentation/notation/…
– replete
14 hours ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
9
down vote
accepted
The music is in 3/4, so the time signature in your LilyPond work is wrong. Correct it and the software should render the Eb in the correct place.
I don't have the hardware available currently to test this, but I assume this to be correct. What code to insert exactly please?
– Vincent Mia Edie Verheyen
16 hours ago
time 3/4, see lilypond.org/doc/v2.18/Documentation/notation/…
– replete
14 hours ago
add a comment |
up vote
9
down vote
accepted
The music is in 3/4, so the time signature in your LilyPond work is wrong. Correct it and the software should render the Eb in the correct place.
I don't have the hardware available currently to test this, but I assume this to be correct. What code to insert exactly please?
– Vincent Mia Edie Verheyen
16 hours ago
time 3/4, see lilypond.org/doc/v2.18/Documentation/notation/…
– replete
14 hours ago
add a comment |
up vote
9
down vote
accepted
up vote
9
down vote
accepted
The music is in 3/4, so the time signature in your LilyPond work is wrong. Correct it and the software should render the Eb in the correct place.
The music is in 3/4, so the time signature in your LilyPond work is wrong. Correct it and the software should render the Eb in the correct place.
answered Nov 15 at 9:23
replete
1,729313
1,729313
I don't have the hardware available currently to test this, but I assume this to be correct. What code to insert exactly please?
– Vincent Mia Edie Verheyen
16 hours ago
time 3/4, see lilypond.org/doc/v2.18/Documentation/notation/…
– replete
14 hours ago
add a comment |
I don't have the hardware available currently to test this, but I assume this to be correct. What code to insert exactly please?
– Vincent Mia Edie Verheyen
16 hours ago
time 3/4, see lilypond.org/doc/v2.18/Documentation/notation/…
– replete
14 hours ago
I don't have the hardware available currently to test this, but I assume this to be correct. What code to insert exactly please?
– Vincent Mia Edie Verheyen
16 hours ago
I don't have the hardware available currently to test this, but I assume this to be correct. What code to insert exactly please?
– Vincent Mia Edie Verheyen
16 hours ago
time 3/4, see lilypond.org/doc/v2.18/Documentation/notation/…
– replete
14 hours ago
time 3/4, see lilypond.org/doc/v2.18/Documentation/notation/…
– replete
14 hours ago
add a comment |
Vincent Mia Edie Verheyen is a new contributor. Be nice, and check out our Code of Conduct.
Vincent Mia Edie Verheyen is a new contributor. Be nice, and check out our Code of Conduct.
Vincent Mia Edie Verheyen is a new contributor. Be nice, and check out our Code of Conduct.
Vincent Mia Edie Verheyen is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmusic.stackexchange.com%2fquestions%2f76514%2fbarcheck-failed-lilypond%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Actually barcheck failed is a strong indication, that you got the meter wrong or had notes too few/too many within the bar. I fail to recognize, what videos could help here and suggest IMSLP instead.
– guidot
Nov 15 at 15:03