Home
last modified time | relevance | path

Searched refs:sharps (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/dports/audio/py-music21/music21-7.1.0/music21/
H A Dkey.py239 sharps = sharps + 7 * vaa
244 return sharps
331 if sharps is not None and (sharps != int(sharps)):
341 self._sharps = sharps
358 ns = self.sharps
378 if self.sharps == other.sharps:
503 if self.sharps is None:
506 if self.sharps > 0:
516 elif self.sharps < 0:
769 if self.sharps == 0:
[all …]
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/midiinput/
H A Delements.py76 self.sharps = [(0, 0), # c
108 sharpmap = list(self.sharps) # copy existing list
115 self.sharp_mappings.append(self.sharps) # Append C major signature -> no key alteration
120 sharpmap = list(self.sharps) # copy existing list
130 def __init__(self, keysignature, sharps=True): argument
131 if sharps:
/dports/print/lilypond-devel/lilypond-2.23.5/scripts/
H A Dmidi2ly.py244 if key.sharps >= 3 and n == 3 and a == 0:
248 if key.sharps >= 4 and n == 0 and a == 0:
343 def __init__(self, sharps, flats, minor): argument
346 self.sharps = sharps
353 if self.sharps and self.flats:
369 sharps = (2, 4, 6, 1, 3, 5, 7)
377 if sharps[k] <= self.sharps:
523 sharps = 0
526 sharps = alterations
1222 sharps = 0
[all …]
/dports/print/lilypond/lilypond-2.22.1/scripts/
H A Dmidi2ly.py264 if key.sharps >= 3 and n == 3 and a == 0:
268 if key.sharps >= 4 and n == 0 and a == 0:
363 def __init__(self, sharps, flats, minor): argument
366 self.sharps = sharps
373 if self.sharps and self.flats:
389 sharps = (2, 4, 6, 1, 3, 5, 7)
397 if sharps[k] <= self.sharps:
543 sharps = 0
546 sharps = alterations
1242 sharps = 0
[all …]
/dports/audio/guidoar/guidoar-cf5681a/src/operations/
H A DtransposeOperation.cpp170 int sharps = 0; in getKey() local
175 sharps++; in getKey()
177 return (sharps >= 6 ? sharps - 12 : sharps); // simplest key is chosen here in getKey()
/dports/audio/pianobooster/PianoBooster-1.0.0/doc/
H A Dpianohints.md26 …ic too easy then you can always transpose into a different key with more sharps or flats it is alw…
28 ### Always display the sharps and flats
30 …er to always display the sharps and flats then change the key signature to C and then Piano Booste…
/dports/audio/libmusicxml/libmusicxml-3.18/src/operations/
H A Dtransposition.cpp178 int sharps = 0; in getKey() local
183 sharps++; in getKey()
185 return (sharps >= 6 ? sharps - 12 : sharps); // simplest key is chosen here in getKey()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DUndefined8.hs61 = n:sharps _:<isSpace>* l:line '\n'+ { return $ Header n l }
65 sharps :: Int
66 = '#' n:sharps { return $ n + 1 }
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dcomment.rs1208 CharClassesStatus::LitRawString(sharps) => { in next()
1212 if sharps == 0 { in next()
1216 CharClassesStatus::RawStringSuffix(sharps) in next()
1218 CharClassesStatus::LitRawString(sharps) in next()
1221 _ => CharClassesStatus::LitRawString(sharps), in next()
1224 CharClassesStatus::RawStringPrefix(sharps) => { in next()
1227 '#' => CharClassesStatus::RawStringPrefix(sharps + 1), in next()
1228 '"' => CharClassesStatus::LitRawString(sharps), in next()
1232 CharClassesStatus::RawStringSuffix(sharps) => { in next()
1235 if sharps == 1 { in next()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/src/
H A Dparametrizer-mesh.cpp185 std::map<DEdge, int> sharps; in ComputeSharpO() local
200 int s = sharps.size(); in ComputeSharpO()
201 sharps[info.first] = s; in ComputeSharpO()
206 std::vector<int> sharp_hash(sharps.size(), 0); in ComputeSharpO()
212 if (sharps.count(e) == 0) in ComputeSharpO()
214 int id = sharps[e]; in ComputeSharpO()
/dports/audio/py-music21/music21-7.1.0/music21/abcFormat/
H A DtestFiles.py694 sharps = s.parts[0].keySignature.sharps
695 self.assertEqual(sharps, 7, 'C# key signature should be parsed as 7 sharps')
/dports/audio/py-music21/music21-7.1.0/music21/corpus/ryansMammoth/
H A DTripToTheCottageJig.abc8 K:Glyd % Two sharps in the book
H A DLondonLassesReel.abc6 N:This sounds better with 2 sharps (one in the book)
H A DFirstNightInLeadvilleReel.abc5 N:I suspect the neutrals in the second part should be sharps
H A DGrandSpyReel.abc8 N:This tune sounds better with 0 sharps, the book has 2.
H A DTullochReel.abc6 N:the key is A mixolydian but the book shows 3 sharps and
/dports/audio/drumstick/drumstick-2.5.0/utils/vpiano/
H A Dvpiano.h57 void slotCustomNames(bool sharps);
/dports/audio/playmidi/playmidi-2.4/
H A Dio_ncurses.c30 char *sharps[12] = /* for a sharp key */ variable
204 nn = ((NOTE & 0x80) ? flats : sharps);
/dports/audio/py-music21/music21-7.1.0/music21/noteworthy/
H A DbinaryTranslate.py617 self.sharps = 0
694 self.sharps = p.byteToInt()
721 elif self.sharps > 0 and self.sharps in sharpMask:
722 self.keyString = sharpMask[self.sharps]
/dports/print/lilypond/lilypond-2.22.1/Documentation/snippets/
H A Dcreating-custom-key-signatures.ly24 % presumably sharps are also printed in both octaves
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/snippets/
H A Dcreating-custom-key-signatures.ly24 % presumably sharps are also printed in both octaves
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DScriptAPI.h71 bool sharps; variable
/dports/audio/tempest_for_eliza/tempest_for_eliza-1.0.5/songs/
H A Dtempest12 * you can use sharps ('#') but not flats
/dports/audio/playmidi/playmidi-2.4/techref/
H A DMIDI-FORMAT68 0x59: (sharps/flats) (major/minor flag) -- Key Signature
69 if sharp key, first byte represents number of sharps
/dports/audio/py-music21/music21-7.1.0/music21/metadata/
H A D__init__.py560 and query.sharps == value):
1221 if element.sharps not in self.keySignatures:
1222 self.keySignatures.append(element.sharps)

12345678910>>...14