Barlineright missing barline in first bar #2512
Answered by
Danielku15
Jan 19, 2026
Replies: 2 comments 4 replies
1 reply
|
Seems the alphaTex docs are a big unclear in that regards. The general syntax is: Additionally we "detect" a new bar if a metadata tags is placed after the "bar content". Hence: ``\barlineright lightlight` starts a new bar and applies this tag to this new bar (not the previous one). alphaTex is not written graphically in that sense that you would place a bar line at the spot where you want it. alphaTex is written more "semantically" describing the data. And the metadata tags define aspects of the bars/measure. Putting this info together, you likely want to write: Or you use |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



My bad. the duration specifier has to be part of the bar content. The example is updated.