forked from grame-cncm/guidolib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '0994aaf8eafa2a655bd3e0605540577c7dd51c37' into hotfix/0…
….6.8 * commit '0994aaf8eafa2a655bd3e0605540577c7dd51c37': change log files moved to regression tests gmn update remove useless staff tags getOrder is now kDontMove (fix issue grame-cncm#96) useless include removed optimize tellPosition for fingering (empty first call) improve multi staff slurs
- Loading branch information
Showing
11 changed files
with
76 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
(* | ||
Issue #96 | ||
Cross Staff Beaming Part 3 | ||
upper staff notes are not included in the beaming | ||
in addition, clef, meter and time signature are not displayed | ||
when the rest is commented (likely because the first note is not on the staff) | ||
*) | ||
|
||
{ | ||
[ | ||
\staff<1> | ||
\clef<"g2"> \key<-5> \meter<"C"> | ||
\staff<2> \stemsUp | ||
\slurBegin:1<curve="down"> | ||
\beam (a&0/16 \staff<1> e&1/16 g&/16 \staff<2> g&0/16 \slurEnd:1) | ||
\slurBegin:1<curve="down"> | ||
\beam(a&/16 \staff<1> d&1/16 f/16 \staff<2> f0/16 \slurEnd:1) | ||
\slurBegin:1<curve="down"> | ||
\beam(a&/16 \staff<1> d&1/16 f/16 \staff<2> f0/16 \slurEnd:1 ) | ||
\slurBegin:1<curve="down"> | ||
\beam(a&/16 \staff<1> d&1/16 f/16 \staff<2> f0/16 \slurEnd:1 ) | ||
\staff<1> \bar | ||
], | ||
[ \staff<2> \clef<"f4"> \key<-5> {a&-2/1, a&-1/1} \bar ] | ||
} |
58 changes: 29 additions & 29 deletions
58
open-issues/issue59.gmn → regression-tests/issues/issue59.gmn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
[ | ||
\title<"Test file (flags issue)"> | ||
\unit<"mm">\tempo<"tempo [1/4] = 203 | Eb major", dy=15>\pageFormat<"215.9, 279.4, 10, 20, 10, 20"> | ||
\barFormat<style="system"> | ||
] | ||
, | ||
[ | ||
\staff<1> \clef<""> \meter<"4/4", autoMeasuresNum="on"> _/1 _] | ||
, | ||
[ | ||
\staff<2> \clef<""> \meter<"4/4", autoMeasuresNum="on"> _/1 _] | ||
, | ||
[ | ||
\staff<3> \clef<"c0"> \meter<"4/4", autoMeasuresNum="on"> _/1 _] | ||
, | ||
[ | ||
\staff<4> \clef<""> \meter<"4/4", autoMeasuresNum="on"> _/1 _] | ||
, | ||
[ | ||
\staff<5> \clef<""> \meter<"4/4", autoMeasuresNum="on"> _/1 _] | ||
, | ||
[ | ||
\staff<6> \clef<""> \meter<"4/4", autoMeasuresNum="on"> _/1 _] | ||
, | ||
[ | ||
\beamsOff | ||
{\staff<6> d2/16, \staff<5> d2, \staff<4> a1,\staff<3> c1, \staff<3> a1} | ||
] | ||
{ | ||
[ | ||
\title<"Test file (flags issue)"> | ||
\unit<"mm">\tempo<"tempo [1/4] = 203 | Eb major", dy=15>\pageFormat<"215.9, 279.4, 10, 20, 10, 20"> | ||
\barFormat<style="system"> | ||
] | ||
, | ||
[ | ||
\staff<1> \clef<""> \meter<"4/4", autoMeasuresNum="on"> _/1 _] | ||
, | ||
[ | ||
\staff<2> \clef<""> \meter<"4/4", autoMeasuresNum="on"> _/1 _] | ||
, | ||
[ | ||
\staff<3> \clef<"c0"> \meter<"4/4", autoMeasuresNum="on"> _/1 _] | ||
, | ||
[ | ||
\staff<4> \clef<""> \meter<"4/4", autoMeasuresNum="on"> _/1 _] | ||
, | ||
[ | ||
\staff<5> \clef<""> \meter<"4/4", autoMeasuresNum="on"> _/1 _] | ||
, | ||
[ | ||
\staff<6> \clef<""> \meter<"4/4", autoMeasuresNum="on"> _/1 _] | ||
, | ||
[ | ||
%\beamsOff | ||
{\staff<6> d2/16, \staff<5> d2, \staff<4> a1,\staff<3> c1, \staff<3> a1} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters