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 '960bd5a5976e79ea5f60b348aebae70479db77c8' into hotfix/0…
….6.7 * commit '960bd5a5976e79ea5f60b348aebae70479db77c8': issues moved to regression tests change log fix slur issues: slurs tellPosition is now called after beaming is done remove commented code add isGRSlur method add methods (TopLeft and BottomRight) partial fix for issue grame-cncm#96
- Loading branch information
Showing
17 changed files
with
126 additions
and
76 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
(* | ||
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) | ||
*) | ||
|
||
{ | ||
[ | ||
\clef<"g2"> \key<-5> \meter<"C"> | ||
% _ | ||
\stemsUp | ||
\slurBegin:1<curve="down"> | ||
\beam (\staff<2> a&0/16 \staff<1> e&1/16 g&/16 \staff<2> g&0/16 ) | ||
\slurEnd:1 | ||
] | ||
, | ||
[ | ||
\clef<"f4"> \key<-5> {a&-2/1, a&-1/1} \bar | ||
] | ||
} | ||
[ \staff<1> | ||
\clef<"g2"> \key<-5> \meter<"C"> | ||
\staff<2> \stemsUp | ||
\slurBegin:1<curve="down"> \beamBegin:1 \beamBegin:2 a&0/16 \staff<1> e&1/16 g&/16 \staff<2> g&0/16 \slurEnd:1 \beamEnd:2 \beamEnd:1 | ||
\slurBegin:1<curve="down"> \beamBegin:1 \beamBegin:2 a&/16 \staff<1> d&1/16 f/16 \staff<2> f0/16 \slurEnd:1 \beamEnd:2 \beamEnd:1 | ||
\slurBegin:1<curve="down"> \beamBegin:1 \beamBegin:2 a&/16 \staff<1> d&1/16 f/16 \staff<2> f0/16 \slurEnd:1 \beamEnd:2 \beamEnd:1 | ||
\slurBegin:1<curve="down"> \beamBegin:1 \beamBegin:2 a&/16 \staff<1> d&1/16 f/16 \staff<2> f0/16 \slurEnd:1 \beamEnd:2 \beamEnd:1 \staff<1> \bar | ||
], | ||
[ \staff<2> \clef<"f4"> \key<-5> {a&-2/1, a&-1/1} \bar ] | ||
} |
File renamed without changes.
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
File renamed without changes.
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
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
Oops, something went wrong.