mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
97f0271796
Slight changes for tenor standards and molly connell
13 lines
162 B
Bash
13 lines
162 B
Bash
#!/bin/bash
|
|
COMMAND=''
|
|
|
|
sed "s/\"\(.*.ily\)\"/\".\/\1\"/g" -i **/**/*.ly **/*.ly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## dr|fr to tutti
|
|
#:%s/\([^\s ]*\)\s*\\dr\(.\{-}\)\\fr/\\tutti { \1 \2 }
|