User talk:Luke10.27

From Wikisource
Jump to navigation Jump to search

Welcome

Welcome

Hello, Luke10.27, and welcome to Wikisource! Thank you for joining the project. I hope you like the place and decide to stay. Here are a few good links for newcomers:

You may be interested in participating in

Add the code {{active projects}}, {{PotM}} or {{Collaboration/MC}} to your page for current Wikisource projects.

You can put a brief description of your interests on your user page and contributions to another Wikimedia project, such as Wikipedia and Commons.

Have questions? Then please ask them at either

I hope you enjoy contributing to Wikisource, the library that is free for everyone to use! In discussions, please "sign" your comments using four tildes (~~~~); this will automatically produce your username if you're logged in (or IP address if you are not) and the date. If you need help, ask me on my talk page, or ask your question here (click edit) and place {{helpme}} before your question.

Again, welcome! --Jan Kameníček (talk) 14:48, 26 January 2023 (UTC)[reply]

Hello. I have noticed that you are able to add sheet music using the Score extension. May I ask you for help with Page:The Czechoslovak Review, vol3, 1919.djvu/123? It is nothing really crucial, so just if you have time. -- Jan Kameníček (talk) 22:24, 28 January 2023 (UTC)[reply]

@Jan.Kamenicek: Here you go:

\new Staff {
  \relative c' {
    \time 3/8
    \key e \major
    e8 gis a
    b cis b
    a fis gis
    e fis16( dis) e8
    e gis a
    b cis b
    a fis gis
    e4 r8
    gis4 fis8
    gis4 a8
    b4 cis8 % B might actually be G?
    b4 a16 a
    gis8 gis fis
    e r r
    b' b cis
    b4 r8
    b b cis
    b4 e8\fermata
    b4 cis8
    b4 a8
    gis gis fis
    e4.
  }
}

\addlyrics {
  None o -- ther | do I want | but John -- nie | so gal -- lant, | None o -- ther | do I want, | but my own | John. | John will | drive me | near and | far in a | co -- vered wa -- | gon. | Co -- vered wa -- | gon, | with four hor -- | ses, Heigh -- | ho, My | dea -- rest | be -- lo -- ved | John.
}

\layout {
  \context {
    \Score
    \remove "Bar_number_engraver"
  }
}

The notes used match 3/8 timing, so I corrected them to match the 3/4 timing indicated. If you want, I can change it to use the original notes in 3/8 timing insted.Luke10.27 (talk) 23:52, 30 January 2023 (UTC)[reply]

Wow, great!
As for the notes and timing, I think we should preserve the original, including the mistake in the given timing.
Could you add some more features too? They are:
  • "Lively" sign in the beginning. The nearest typeface could be italics.
  • The fourth note is prolonged with a dot and so the fifth one is shorter
  • Can the lyrics be written in italics too?
  • There is repetition in the second part of the sheet.
  • I have replaced the question marks for "…four hor--ses", so just check it, please.
Thanks very much! --Jan Kameníček (talk) 13:29, 31 January 2023 (UTC)[reply]
It isn't possible to keep the notes and timing. LilyPond doesn't work right if they don't match. I'm not sure about the "Lively" sign and italics; I'll check when I'm on my laptop later. (I'm on my phone right now.) I'll fix the other issues then too. 184.21.204.5 14:35, 31 January 2023 (UTC)[reply]
If it is not possible, then let’s change it into 3/8 timing. --Jan Kameníček (talk) 15:36, 31 January 2023 (UTC)[reply]
I did that. I'm not sure if it's possible to get rid of the bars. I don't have time right now, but I'll try that and the other issues later today. Luke10.27 (talk) 16:15, 31 January 2023 (UTC)[reply]