Remove volta bracket from Segno

2025-01-06 Thread Lucas Cavalcanti
Hello! I'm writing down the structure of the song "Stargazer" (by Rainbow) in lilypond and have encountered a situation due to the song's form of ABABCAE: A is the verse and refrain; B is a pivot or "a tiny bridge"; C is the interlude; and E is the coda/ending. I've managed to write down a function

Re: Splitting Staff into two

2024-12-30 Thread Lucas Cavalcanti
ke-vector 3 '( > staff-bar > clef >)) >\clef bass > \set Staff.clefPosition = -3 > \set Staff.middleCPosition = 1 > \set Staff.middleCClefPosition = 1 >{ \repeat unfold 4 {c1 d e f} } > >\new Staff \with

Re: Splitting Staff into two

2024-12-30 Thread Lucas Cavalcanti
Thank you, Yoshi. I've managed to achieve what I sought (two staff bifurcated). However, when I insert a bass clef on the lower bifurcated staff the notes are incorrectly assigned and the clef is off. I've tried fixing this issue to the best of my ability (that is not much lmao) but to no avail. Do

Splitting Staff into two

2024-12-28 Thread Lucas Cavalcanti
Hello! A friend of mine asked if I could make him a score with arrow indicators and a bifurcation/splitting of a staff. I'm aware of the "Adding indicators to staves which get split after a break" snippet and I am very fond of it. However, I could not match what this friend is requesting; I've only

Re: Help with D.S w/ Volta 1 empty

2024-12-27 Thread Lucas Cavalcanti
Is there any way to replicate this image in lilypond? I thought the empty \volta 1 would be enough, but the results ("D.C. al e poi la ") aren't sufficient and I haven't found a way to change lilypond's segno text. [image: image.png] Em sáb., 21 de dez. de 2024 à

Re: Help with D.S w/ Volta 1 empty

2024-12-21 Thread Lucas Cavalcanti
ng] Em sáb., 21 de dez. de 2024 às 21:30, Knute Snortum escreveu: > On Sat, Dec 21, 2024 at 3:42 PM Lucas Cavalcanti > wrote: > >> This song structure (AABAC) is just an example of some composions I've >> writing in lilypond. >> >> However, this "

Re: Help with D.S w/ Volta 1 empty

2024-12-21 Thread Lucas Cavalcanti
vide the reasoning (need?) behind this structure? > > It could be done with a simple repeat and a D.C. al Coda. > > > > Mark > > > > > > *From:* lilypond-user-bounces+carsonmark=ca.rr@gnu.org > *On Behalf Of *Lucas > Cavalcanti > *Sent:* Saturday, Dece

Help with D.S w/ Volta 1 empty

2024-12-21 Thread Lucas Cavalcanti
Hello. In this MWE the \volta 1 is empty - as the piece returns to D.C/D.S immediately. The song structure is something as A A B A C. However, the musician's instructions give this weird "D.C to *empty* and go to Coda". Is there a command to make the instructions not weird like a straight "D.C to

Midi2ly + absolute mode always fails

2024-10-29 Thread Lucas Cavalcanti
Hello! I'm not able to use the midi2ly program with absolute mode turned on. With other arguments it works fine. I have created a test file (et_tu_lily.ly), outputted the midi block and then tried to import the midi file. With absolute mode turned off everything works; with it on it fails and disp

Drum notes "without" bold

2024-10-28 Thread Lucas Cavalcanti
Hello! I'm fully migrating from Guitar Pro to Lilypond in relation to musical engraving and I have hit a roadblock: I cannot write the closed hi hat without its "bold" font (same problem with the "splash" cymbal and the cymcb) nor can I write the half open hi hat as a semi "X Circle". Also I don't

InstrumentName + OneStaff

2024-10-18 Thread Lucas Cavalcanti
Hello! Is it possible to insert instrument names and cue names to staves nested inside OneStaff? Example below: \version "2.25.19" melody = {\repeat unfold 4 c''1} normal = { \new Staff \with { instrumentName = "Normal"} { \melody } } onestaff = { \new OneStaff \with { instrumentName = "OneStaff"}

Re: Strange behavior with repeat immediately before alternate endings

2024-10-10 Thread Lucas Cavalcanti
Put brackets before and after the "repeat unfold 3". Don't know what causes this bug, but it still happens in version 2.25.19. %% \fixed c'' { \repeat volta 2 { {\repeat unfold 3 { c1 }} \alternative { \volta 1 { d } \volta 2 { e } } } c4 r r2} %% Em qui., 10 de out. de 2024 às 13:21,

Segno Repeat Structure

2024-09-19 Thread Lucas Cavalcanti
Hello, fellow lilypond users! Is it possible to use the segno and volta commands in lilypond to generate a file like this screenshot below? [image: image.png] This question arose because I need to use the \unfoldRepeats command to check if my parts are synced (polymeter music) . Best regards, Luc

Segno Structure + Fine

2024-08-25 Thread Lucas Cavalcanti
Hello! I'm trying to replicate this behaviour in Lilypond but having a little bit of trouble. [image: image.png] But I can only do something like this: [image: image.png] I've used the SegnoFormatter brief mode but it gives me a double coda marking, which I do not want. Any help would be appreciat

\enablePolymeter halts bar numbers

2024-08-13 Thread Lucas Cavalcanti
Hello! I was writing a piece and realized the bar numbers are omitted when using the "\enablePolymeter" feature. [image: image.png] Is there any way to have both of them working together? Best regards, Lucas \version "2.24.4" song = { \new TabStaff { \tabFullNotation \time 4/4 \relative c''

TabStaff String Bend + Tie/Ghost Notes

2024-08-13 Thread Lucas Cavalcanti
Hello! I'm having a bit of trouble trying to replicate this behaviour with string bending and ties: [image: GuitarProStringBends] A bit of context: I'm a long time GuitarPro user and now I am fully migrating to lilypond. For the last 4 to 5 years I was only writing standard sheet music and lead she

Re: Simile/Percent Repeat + Volta with Alternative

2024-08-07 Thread Lucas Cavalcanti
} % end relative } % end variable \score { \music } %\score { \unfoldRepeats \music } Best regards, Lucas Em qua., 7 de ago. de 2024 às 07:05, Valentin Petzel escreveu: > Am Mittwoch, 7. August 2024, 06:53:02 MESZ schrieb Lucas Cavalcanti: > > Hello. I'm migrating from Guitar Pro to Lilypond an

Simile/Percent Repeat + Volta with Alternative

2024-08-06 Thread Lucas Cavalcanti
Hello. I'm migrating from Guitar Pro to Lilypond and I'm trying to replicate something that I've always done in my scores and lead sheets: [image: image.png] I'm having a bit of a pickle while trying to recreate this score, especially because of two factors: 1. Lilypond's way of writing percent rep

OneStaff + Lyrics problem

2024-08-03 Thread Lucas Cavalcanti
Hello. I'm transcribing a piece and I have come to need to use the "OneStaff" feature: I need to switch between multiple types of staff between this song. However, I'm facing a problem while inputting lyrics: the lyrics are aligned vertically with the OneStaff (as the reference manual said it would

Re: Question about voltas and repeats

2024-03-12 Thread Lucas Cavalcanti
1:59, Michael Werner escreveu: > Hi Lucas, > > > On Mar 12, 2024, at 7:00 PM, Lucas Cavalcanti > wrote: >> >> > >>> > Hello. I've been thinking about Lilypond's usage on parts: for one >>> musician (for example, the singer singing the melo

Re: Question about voltas and repeats

2024-03-12 Thread Lucas Cavalcanti
it intersects with. > > Cheers, > Kieren. > > > On Mar 12, 2024, at 7:00 PM, Lucas Cavalcanti > wrote: > > > > Hello. I've been thinking about Lilypond's usage on parts: for one > musician (for example, the singer singing the melody) I'd like to give

Question about voltas and repeats

2024-03-12 Thread Lucas Cavalcanti
Hello. I've been thinking about Lilypond's usage on parts: for one musician (for example, the singer singing the melody) I'd like to give them a score containing voltas using the repeat and volta commands; for another musician (for example, the drummer) I'd like to give them a score with no repeats

Re: [HELP] RemoveAllEmptyStaves not working.

2024-03-06 Thread Lucas Cavalcanti
Hello, Kieren. Your suggestion did fix the issue. Thank you. Em qua., 6 de mar. de 2024 às 14:52, Kieren MacMillan < kie...@kierenmacmillan.info> escreveu: > Hi Lucas, > > > I've used the RemoveAllEmptyStaves command to remove (obviously) the > unnecessary staffs. However, the drumkit doesn't get

[HELP] RemoveAllEmptyStaves not working.

2024-03-06 Thread Lucas Cavalcanti
Hello. I'm writing a score of a song of which there are 16 measures of only rests in two instruments (the rhythm and the drumkit). I've used the RemoveAllEmptyStaves command to remove (obviously) the unnecessary staffs. However, the drumkit doesn't get removed like it should. The drumkit staff is i