Hi John,
The flipped dots on the bass clef in the original don't make sense, since the dots represent the two cross bars on the letter F, which are on the right side of the symbol and they aren't showing either clef in mirror image.
Yes, but it is the traditional way to use the F clef for Arabic ...
Search found 111 matches
- 25 Jul 2022, 11:39
- Forum: Engraving Commentaries
- Topic: Right to left music
- Replies: 8
- Views: 26280
- 11 Jul 2022, 10:33
- Forum: Digital Notation Tools
- Topic: Non-CWN Music Notation Software
- Replies: 3
- Views: 8469
Re: Non-CWN Music Notation Software
See also:
● https://clairnote.org/ – developed by Paul Morris, alternative music notation system
● https://lilypond.org/doc/v2.23/Document ... hord-grids – developed by Jean Abou Samra, jazz notation
● https://clairnote.org/ – developed by Paul Morris, alternative music notation system
● https://lilypond.org/doc/v2.23/Document ... hord-grids – developed by Jean Abou Samra, jazz notation
- 19 Jan 2021, 17:28
- Forum: Digital Notation Tools
- Topic: LilyPond 2.22.0 release
- Replies: 1
- Views: 6965
LilyPond 2.22.0 release
The last stable version of LilyPond is released: http://lilypond.org/download.html
Example:
elegy.jpg
Vyssotsky_Elegy_Ophee.pdf
The example coding:
\version "2.22.0"
#(set-global-staff-size 18)
\pointAndClickOff
globalVyssotskyElegy = {
\clef "G_8"
\key g\major
\time 6/8 ...
Example:
elegy.jpg
Vyssotsky_Elegy_Ophee.pdf
The example coding:
\version "2.22.0"
#(set-global-staff-size 18)
\pointAndClickOff
globalVyssotskyElegy = {
\clef "G_8"
\key g\major
\time 6/8 ...
- 01 Sep 2020, 11:49
- Forum: Notation Rules and Standards
- Topic: Key signature and staff size
- Replies: 20
- Views: 38662
Re: Key signature and staff size
Yep!odod wrote: 01 Sep 2020, 04:56[...] I think that it can be done in Igor also, as well as in other programs, [...]
(See: viewtopic.php?p=482#p482)
- 31 Aug 2020, 06:23
- Forum: Notation Rules and Standards
- Topic: Key signature and staff size
- Replies: 20
- Views: 38662
Re: Key signature and staff size
I meant if they'd do differently by default...Schneider wrote: 07 Jun 2019, 07:56[...] I'd be surprised if Dorico and Finale -- or even Score and Graphire -- would do differently...![]()
However, thank you Den for showing us that Graphire is -- was? -- a very, very powerful and fine tool.
- 31 Jul 2020, 08:00
- Forum: Notation Rules and Standards
- Topic: Multiple Parts on Single Page
- Replies: 11
- Views: 18407
Re: Multiple Parts on Single Page
Hi Yinyue,
I'm not sure to understand your question. Is it for a specific notation program?
Anyway, with LilyPond I'd simply do:
\version "2.20.0"
partOne = { s1*50 \bar "||" }
partTwo = { s1*50 \bar "||" }
partThree = { s1*50 \bar "|." }
\paper { ragged-last-bottom = ##f }
\header { title = "3 ...
I'm not sure to understand your question. Is it for a specific notation program?
Anyway, with LilyPond I'd simply do:
\version "2.20.0"
partOne = { s1*50 \bar "||" }
partTwo = { s1*50 \bar "||" }
partThree = { s1*50 \bar "|." }
\paper { ragged-last-bottom = ##f }
\header { title = "3 ...
- 17 Jul 2020, 21:00
- Forum: Digital Notation Tools
- Topic: Old notation software
- Replies: 16
- Views: 29762
Re: Old notation software
Yep Octo, brilliant idea: see https://www.yumpu.com/fr/document/read/ ... re-perfect (sorry, it's in French)
- 17 Jul 2020, 18:09
- Forum: Digital Notation Tools
- Topic: What notation program is this?
- Replies: 15
- Views: 36132
Re: What notation program is this?
Wahh! Not bad at all Den!!
Maybe the ties look a little strange, otherwise the output is nice, even with its old fashion clef.
Maybe the ties look a little strange, otherwise the output is nice, even with its old fashion clef.
- 17 Jul 2020, 08:37
- Forum: Engraving Commentaries
- Topic: If Dorico had Dorico...
- Replies: 26
- Views: 50430
Re: If Dorico had Dorico...
[...] BTW, the hyphens in your example are a bit mad. They're quite high up on the body, and variable in length. Is Lilypond drawing them? [...]
Yes it's LilyPond. Is this an issue?
(In any case, it could be customized.)
[...] You seem to have to specify two hyphens in the code just for one gap ...
Yes it's LilyPond. Is this an issue?
(In any case, it could be customized.)
[...] You seem to have to specify two hyphens in the code just for one gap ...
- 17 Jul 2020, 08:02
- Forum: Engraving Commentaries
- Topic: If Dorico had Dorico...
- Replies: 26
- Views: 50430
Re: If Dorico had Dorico...
[...] Well, yes, I could have matched the paper size, and staff size, and various other details. I haven't done ligatures, either. Some of the glyphs in my font don't really match.
I didn't really plan to make a facsimile, but just a little bit of fun of how to approach that style of notation ...
I didn't really plan to make a facsimile, but just a little bit of fun of how to approach that style of notation ...