Skip to content

Commit d74ae92

Browse files
committed
fix: warning: the property 'baseMoment' is deprecated; use 'beatBase'
Signed-off-by: Davide Madrisan <[email protected]>
1 parent 3315571 commit d74ae92

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/johann-sebastian-bach/das-wohltemperierte-klavier-I/BWV851/das-wohltemperierte-klavier-I-06-1-praeludium.ly

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Soprano = \context Voice = "one" \relative c' {
1010
\override MultiMeasureRest.staff-position = #0
1111
\override Rest.staff-position = #0
1212
\label #'Praeludium06
13-
\set Staff.beamExceptions = #'()
14-
\set Staff.baseMoment = #(ly:make-moment 1/8)
15-
\set Staff.beatStructure = 1,1,1,1,1,1,1,1
13+
\set Voice.beamExceptions = #'()
14+
\set Voice.beatBase = #1/8
15+
\set Voice.beatStructure = 1,1,1,1,1,1,1,1
1616
%1
1717
| r8 r16 a'16
1818
\scaleDurations 2/3 {
@@ -101,7 +101,7 @@ Bass = \context Voice = "four" \relative c {
101101
\override MultiMeasureRest.staff-position = #0
102102
\override Rest.staff-position = #0
103103
\set Voice.beamExceptions = #'()
104-
\set Voice.baseMoment = #(ly:make-moment 1/4)
104+
\set Voice.beatBase = #1/4
105105
\set Voice.beatStructure = 1,1,1,1
106106
\omit TupletNumber
107107
%1
@@ -124,7 +124,7 @@ Bass = \context Voice = "four" \relative c {
124124
%15
125125
| d,4.~ \tuplet 3/2 { d16 fis a } d4.~ \tuplet 3/2 { d16 g bes }
126126
| \unset Voice.beamExceptions
127-
\unset Voice.baseMoment
127+
\unset Voice.beatBase
128128
\unset Voice.beatStructure
129129
\repeat unfold 2 { cis8 d, cis' d, }
130130
| \repeat unfold 2 { c' d, c' d, }

0 commit comments

Comments
 (0)