Home
last modified time | relevance | path

Searched refs:StaffGroup (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dclef.cpp37 … QT_TRANSLATE_NOOP("clefTable", "Treble clef"), StaffGroup::STANDARD },
45 … QT_TRANSLATE_NOOP("clefTable", "French violin clef"), StaffGroup::STANDARD },
46 … QT_TRANSLATE_NOOP("clefTable", "Soprano clef"), StaffGroup::STANDARD },
47 … QT_TRANSLATE_NOOP("clefTable", "Mezzo-soprano clef"), StaffGroup::STANDARD },
48 … QT_TRANSLATE_NOOP("clefTable", "Alto clef"), StaffGroup::STANDARD },
49 … QT_TRANSLATE_NOOP("clefTable", "Tenor clef"), StaffGroup::STANDARD },
50 … QT_TRANSLATE_NOOP("clefTable", "Baritone clef (C clef)"), StaffGroup::STANDARD },
51 … QT_TRANSLATE_NOOP("clefTable", "C clef, H shape (19th century)"), StaffGroup::STANDARD },
125 StaffGroup staffGroup = st->group(); in layout()
128 if ( staffGroup != StaffGroup::TAB) in layout()
[all …]
H A Dstafftype.cpp94 setGenKeysig(sg != StaffGroup::TAB); in StaffType()
125 const char* StaffType::groupName(StaffGroup r) in groupName()
128 r = StaffGroup::STANDARD; in groupName()
231 if (_group == StaffGroup::STANDARD) { in write()
234 if (_group == StaffGroup::STANDARD || _group == StaffGroup::PERCUSSION) { in write()
275 _group = StaffGroup::TAB; in read()
277 _group = StaffGroup::PERCUSSION; in read()
279 _group = StaffGroup::STANDARD; in read()
282 _group = StaffGroup::STANDARD; in read()
285 if (_group == StaffGroup::TAB) in read()
[all …]
/dports/print/lilypond/lilypond-2.22.1/input/regression/
H A Dcontext-find-grandchild.ly7 StaffGroup A
9 StaffGroup B (from here, find StaffGroup A)
11 StaffGroup C
13 StaffGroup A (this is found)
18 \new StaffGroup = "A" <<
19 \new StaffGroup = "B" <<
20 \new StaffGroup = "C" <<
21 \new StaffGroup = "A" \with { instrumentName = "SOUGHT" } <<
25 \context StaffGroup = "A" <<
27 \set StaffGroup.instrumentName = "RESULT"
H A Dcontext-find-sibling.ly7 StaffGroup A
9 StaffGroup B StaffGroup C (from here, find StaffGroup B)
11 [StaffGroup B] (this is created)
16 \new StaffGroup = "A" \with { instrumentName = "A" } <<
17 \context StaffGroup = "B" \with { instrumentName = "B1" } <<
20 \new StaffGroup = "C" \with { instrumentName = "C" } <<
22 \context StaffGroup = "B" <<
24 \set StaffGroup.instrumentName = "B2"
H A Dcontext-find-child.ly7 StaffGroup A
9 StaffGroup B (from here, find StaffGroup A)
11 StaffGroup A (this is found)
16 \new StaffGroup = "A" <<
17 \new StaffGroup = "B" <<
18 \new StaffGroup = "A" \with { instrumentName = "SOUGHT" } <<
21 \context StaffGroup = "A" <<
23 \set StaffGroup.instrumentName = "RESULT"
H A Dcontext-find-current.ly7 StaffGroup A
9 StaffGroup A (from here, find StaffGroup A)
11 StaffGroup A
16 \new StaffGroup = "A" <<
17 \new StaffGroup = "A" \with { instrumentName = "SOUGHT" } <<
18 \new StaffGroup = "A" \with { instrumentName = "INNER" } <<
21 \context StaffGroup = "A" <<
23 \set StaffGroup.instrumentName = "RESULT"
H A Dcontext-find-parent.ly6 StaffGroup A
8 StaffGroup B (from here, find StaffGroup A)
13 \new StaffGroup = "A" \with { instrumentName = "SOUGHT" } <<
14 \new StaffGroup = "B" \with { instrumentName = "CHILD" } <<
16 \context StaffGroup = "A" <<
18 \set StaffGroup.instrumentName = "RESULT"
H A Dsystem-start-brace-style.ly4 @code{SystemStart@var{Grob}} style of @code{StaffGroup} to @code{'brace} always
7 Every @code{StaffGroup} should start with a @code{SystemStartBrace}.
15 \StaffGroup
25 \new StaffGroup \with { systemStartDelimiter = #'SystemStartBracket } \mus
26 \new StaffGroup \with { systemStartDelimiter = #'SystemStartBrace } \mus
27 \new StaffGroup \with { systemStartDelimiter = #'SystemStartSquare } \mus
28 \new StaffGroup \with { systemStartDelimiter = #'SystemStartBar } \mus
H A Dcontext-find-grandchild-ambiguous.ly7 StaffGroup A (from here, find Staff D)
9 StaffGroup B StaffGroup C
16 \new StaffGroup = "A" <<
17 \new StaffGroup = "B" \with { instrumentName = "B" } <<
20 \new StaffGroup = "C" \with { instrumentName = "C" } <<
27 \set StaffGroup.instrumentName = "RESULT"
H A Dsystem-start-heavy-bar.ly10 \new StaffGroup
12 \set StaffGroup.systemStartDelimiter = #'SystemStartBar
13 \override StaffGroup.SystemStartBar.thickness = #8
14 \override StaffGroup.SystemStartBar.padding = #0.2
H A Dpage-spacing-staff-group.ly8 texidoc = "By default, the staves within a StaffGroup are spaced more
9 closely than staves not in a StaffGroup."
17 \new StaffGroup
23 \new StaffGroup
H A Dcontext-new-sibling-same-name.ly8 \new StaffGroup = "A" <<
9 \context StaffGroup = "B" \with { instrumentName = "PASS" } <<
12 \new StaffGroup = "B" {
15 \set StaffGroup.instrumentName = "FAIL"
H A Dinstrument-name-system-start-delimiter.ly15 \StaffGroup
17 instrumentName = "StaffGroup"
22 \new StaffGroup << R1 R >>
29 \new StaffGroup
/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/
H A Dcontext-find-grandchild.ly7 StaffGroup A
9 StaffGroup B (from here, find StaffGroup A)
11 StaffGroup C
13 StaffGroup A (this is found)
18 \new StaffGroup = "A" <<
19 \new StaffGroup = "B" <<
20 \new StaffGroup = "C" <<
21 \new StaffGroup = "A" \with { instrumentName = "SOUGHT" } <<
25 \context StaffGroup = "A" <<
27 \set StaffGroup.instrumentName = "RESULT"
H A Dcontext-find-sibling.ly7 StaffGroup A
9 StaffGroup B StaffGroup C (from here, find StaffGroup B)
11 [StaffGroup B] (this is created)
16 \new StaffGroup = "A" \with { instrumentName = "A" } <<
17 \context StaffGroup = "B" \with { instrumentName = "B1" } <<
20 \new StaffGroup = "C" \with { instrumentName = "C" } <<
22 \context StaffGroup = "B" <<
24 \set StaffGroup.instrumentName = "B2"
H A Dcontext-find-child.ly7 StaffGroup A
9 StaffGroup B (from here, find StaffGroup A)
11 StaffGroup A (this is found)
16 \new StaffGroup = "A" <<
17 \new StaffGroup = "B" <<
18 \new StaffGroup = "A" \with { instrumentName = "SOUGHT" } <<
21 \context StaffGroup = "A" <<
23 \set StaffGroup.instrumentName = "RESULT"
H A Dcontext-find-current.ly7 StaffGroup A
9 StaffGroup A (from here, find StaffGroup A)
11 StaffGroup A
16 \new StaffGroup = "A" <<
17 \new StaffGroup = "A" \with { instrumentName = "SOUGHT" } <<
18 \new StaffGroup = "A" \with { instrumentName = "INNER" } <<
21 \context StaffGroup = "A" <<
23 \set StaffGroup.instrumentName = "RESULT"
H A Dcontext-find-parent.ly6 StaffGroup A
8 StaffGroup B (from here, find StaffGroup A)
13 \new StaffGroup = "A" \with { instrumentName = "SOUGHT" } <<
14 \new StaffGroup = "B" \with { instrumentName = "CHILD" } <<
16 \context StaffGroup = "A" <<
18 \set StaffGroup.instrumentName = "RESULT"
H A Dsystem-start-brace-style.ly4 @code{SystemStart@var{Grob}} style of @code{StaffGroup} to @code{'brace} always
7 Every @code{StaffGroup} should start with a @code{SystemStartBrace}.
15 \StaffGroup
25 \new StaffGroup \with { systemStartDelimiter = #'SystemStartBracket } \mus
26 \new StaffGroup \with { systemStartDelimiter = #'SystemStartBrace } \mus
27 \new StaffGroup \with { systemStartDelimiter = #'SystemStartSquare } \mus
28 \new StaffGroup \with { systemStartDelimiter = #'SystemStartBar } \mus
H A Dcontext-find-grandchild-ambiguous.ly7 StaffGroup A (from here, find Staff D)
9 StaffGroup B StaffGroup C
16 \new StaffGroup = "A" <<
17 \new StaffGroup = "B" \with { instrumentName = "B" } <<
20 \new StaffGroup = "C" \with { instrumentName = "C" } <<
27 \set StaffGroup.instrumentName = "RESULT"
H A Dsystem-start-heavy-bar.ly10 \new StaffGroup
12 \set StaffGroup.systemStartDelimiter = #'SystemStartBar
13 \override StaffGroup.SystemStartBar.thickness = #8
14 \override StaffGroup.SystemStartBar.padding = #0.2
H A Dpage-spacing-staff-group.ly8 texidoc = "By default, the staves within a StaffGroup are spaced more
9 closely than staves not in a StaffGroup."
17 \new StaffGroup
23 \new StaffGroup
H A Dcontext-new-sibling-same-name.ly8 \new StaffGroup = "A" <<
9 \context StaffGroup = "B" \with { instrumentName = "PASS" } <<
12 \new StaffGroup = "B" {
15 \set StaffGroup.instrumentName = "FAIL"
H A Dinstrument-name-system-start-delimiter.ly15 \StaffGroup
17 instrumentName = "StaffGroup"
22 \new StaffGroup << R1 R >>
29 \new StaffGroup
H A Dinstrument-name-groups.ly16 \new StaffGroup \with { instrumentName = "StaffGroup" } <<
32 \new StaffGroup \with { instrumentName = "nested group" } <<
34 \new StaffGroup <<

12345678910>>...26