Jump to content

Help talk:Score: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
QM400032 (talk | contribs)
No edit summary
Tag: Mobile edit
QM400032 (talk | contribs)
No edit summary
Tag: Mobile edit
Line 94: Line 94:
|cell1=<nowiki><score>\relative c' { \partial 4 c d d c}</score></nowiki>
|cell1=<nowiki><score>\relative c' { \partial 4 c d d c}</score></nowiki>
|cell2=<score>\relative c' { \partial 4 c d d c}</score>
|cell2=<score>\relative c' { \partial 4 c d d c}</score>
}}

=== Grouped notes ===
{{Markup/vertical|title=Example:
|cell1=<nowiki><score>\relative c' { \times 2/3 { c e g c c c g e} c}</score></nowiki>
|cell2=<score>\relative c' { \times 2/3 { c e g c c c g e} c}</score>
}}
}}



Revision as of 03:18, 25 May 2013

Xtag

{{xtag|score}} gives <score> which links to this help page. --  Gadget850 talk 18:06, 24 April 2013 (UTC)[reply]

Size

Is there a way to control the size of the score? Generally, I think it's too big by at least 30%. Compare Alle Jahre wieder in this version using {{MusicScore}} with this version using <score>, or Ihr Kinderlein, kommet similarly before and after. I had a look at the documentation, but couldn't get any of the commands to reduce horizontal spacing to work and I didn't find anything about scaling the output as a whole. -- Michael Bednarek (talk) 08:30, 27 April 2013 (UTC)[reply]

Seconded. Of course there is Lilypond syntax to change the output size, but the default size is somewhat large to my taste.--KlausFoehl (talk) 12:23, 29 April 2013 (UTC)[reply]
I would be grateful if you could produce an example in smaller size; this would be useful for the incipits at 42 études ou caprices and probably in a lot of other articles. -- Michael Bednarek (talk) 12:38, 29 April 2013 (UTC)[reply]

<score> #(set-global-staff-size 14) { \clef bass c8 c c c c c c c } </score>

That usually works, but not here - maybe due to security reasons?? (submitted as question at mediawiki) --KlausFoehl (talk) 18:56, 29 April 2013 (UTC)[reply]

Right "a"

How do I get the "second" a, if I write:

<score> \relative c' { a } </score>
I get this:


\relative c' { a }


But if I write: <score> \relative c' { f a } </score>
I get (its this a I want to have at the beginning):


\relative c' { f a }

Christian75 (talk) 11:12, 27 April 2013 (UTC)[reply]

You could either specify the explicit octave for a' or change the relative anchor: <score>{ a' }</score> gives
{ a' }
and <score>\relative f' { a }</score> gives also
\relative f' { a }
. -- Michael Bednarek (talk) 11:51, 27 April 2013 (UTC)
[reply]

Formatting the examples

This looks great, but the current format for showing the markup in the examples doesn't really work. You're using some special tag, and it breaks the pagewrapping and also doesn't clearly show use of ' (because they get treated as marking italics and bolding). It would be clearer to use the plain <nowiki> tags around it.

Is there a good reason why the special tags were being used instead? 86.161.209.128 (talk) 19:55, 28 April 2013 (UTC)[reply]

I just took the use of the template {{tag}} as I found it on the page. I think it displays almost all wikicode properly, except the pipe character. -- Michael Bednarek (talk) 03:15, 29 April 2013 (UTC)[reply]
But it messed up the multiple apostrophes, interpreting them as italics. -- Ypnypn (talk) 03:23, 29 April 2013 (UTC)[reply]
You're right, I see it now. -- Michael Bednarek (talk) 03:31, 29 April 2013 (UTC)[reply]
That's much better. But what's the advantage of using the tag template, rather than nowiki? What does it do? If you use nowiki, you'd just write out exactly what coding you use, and it displays it exactly (so you wouldn't need the pipe work-arounds). Is breaking the pagewrapping an advantage? 86.161.209.128 (talk) 06:40, 29 April 2013 (UTC)[reply]
Give me a bit and I will do a vertical version of {{markup}}. --  Gadget850 talk 09:39, 29 April 2013 (UTC)[reply]

Here is a preliminary example:

Template:Markup/vertical --  Gadget850 talk 20:50, 29 April 2013 (UTC)[reply]

Verses and stanzas, ties and slurs, and other great info

New updates ... daily!

Verses and stanzas

If I type:

<score>\relative c' { f2 e4 c } \addlyrics { \set stanza = #"1. " If I could... } \addlyrics { \set stanza = #"2. " What a shame... }</score>

I get:

\relative c' { f2 e4 c } \addlyrics { \set stanza = #"1. " If I could... } \addlyrics { \set stanza = #"2. " What a shame... }

Ties and slurs

Template:Markup/vertical

Dynamics

Template:Markup/vertical

Anacrusis

Template:Markup/vertical

Grouped notes

Template:Markup/vertical

Repeats

Coming soon! — Preceding unsigned comment added by QM400032 (talkcontribs) 02:36, 25 May 2013 (UTC)[reply]

Notes

†"I don't understand how ties work!" Yes, there really is a problem, but I might be fixing it – with adding the same note afterwards.

QM400032 (talk) 23:30, 22 May 2013 (UTC)